BODY {
	BACKGROUND: #CCCCCC;
	FONT-SIZE: 13px;
	font-family : Trebuchet MS, Verdana, Tahoma, Arial;
	COLOR: #333333;
	margin:0px;
}
TABLE.main {
   background: #FFFFFF;
}

TD.main {
	background: #FFFFFF;
	height: 300px;
	width: 800px;
}
TD.divider {
   height: 20px;
}
TD.topheader {
	background-color: #1A7A45;
}
TD.topheadercenter {
    background-image: url(images/logobg.gif);
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #FFFFFF;
	width: 800px;
	height: 100px;
}
TD.topheaderoutside {
	width: 800px;
	height: 100px;
}
TD.footer {
   FONT-SIZE: 11px;
}
.footer-right {
   color: #333333;
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: right;
   margin-right: 35px;
   padding-bottom: 5px;
}

.footer-left {
   color: #333333;
   font-family:verdana,arial,helvetica;
   font-size:11px;
   font-weight: normal;
   float: left;
   margin-left: 35px;
   padding-bottom: 5px;
}

TD {
	font-size: 13px;
} 

A,A:link {
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}
A:active {
   color : #003300; 
   text-decoration : underline; 
}

A.menulink {
   display: block;
   text-align: center;
   text-decoration: none;
   font-family:Arial,helvetica;
   font-size:13px;
   font-weight: bold;
   color: black;
   border-top: solid 1px #c0c0c0;
   border-left: solid 1px #c0c0c0;
   border-right: solid 0px #c0c0c0;
   border-bottom: none 0px black;
   padding: 4px;
   background-color: #FFF200;
}
A.menulink:visited {
   display: block;
   text-align: center;
   text-decoration: none;
   font-family:Arial,helvetica;
   font-size:13px;
   font-weight: bold;
   color: black;
   border-top: solid 1px #c0c0c0;
   border-left: solid 1px #c0c0c0;
   border-right: solid 0px #c0c0c0;
   border-bottom: none 0px black;
   padding: 4px;
   background-color: #FFF200;
}
A.menulink:hover {
   background-color:#1A7A45;
   color: #FFFFFF;
   border-bottom: none 1px black;
}

TD.menu {
   background-color: white;
   vertical-align:middle;
}

DIV.indent {
   margin-left:10px;
   margin-right:10px;
}
P {
	font-family : Trebuchet MS, Verdana, Tahoma, Arial;
	FONT-SIZE: 13px;
	margin-left:10px;
	margin-right:10px;
}

P.note {
	font-style: oblique;
}

TH {
	background: #000033;
}
CODE {
	FONT: 13px monospace
}

h1.title {
    FONT-SIZE: 28px;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
	COLOR: #003300;;
	margin-left:10px;
	margin-right:10px;
	border: none;
}

H1 {
    FONT-SIZE: 22px;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
	COLOR: #003300;;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px solid;
	border-color: #003300;
}

H2 {
	FONT-SIZE: 17px;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
	COLOR: #006633;
	margin-left:10px;
	margin-right:10px;
}

H3 {
	FONT-SIZE: 14px;
	FONT-FAMILY: Trebuchet MS, Arial, Helvetica, sans-serif;
	FONT-STYLE: normal;
	COLOR: #333333;
	margin-left:10px;
	margin-right:10px;
}

HR {
	COLOR: #666666;
	HEIGHT: 1px;
	WIDTH: 98%;
}

.small {
	FONT-SIZE: 11px;
}


DIV.anchor {
   cursor: pointer;
}
TABLE.picture,TD.picture {
    float: right;
	margin-left : 4px;
	margin-right : 4px;
	padding : 2px;
	border-width : 1px;
	border-style : solid;
	border-spacing : 0px;
	border-color : #CCCCCC;
	background : white;
}

TD.caption {
    caption-side: bottom;
    text-align: center;
    vertical-align: bottom
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
}
UL {
	FONT-SIZE: 13px;
	font-family : Trebuchet MS, Verdana, Tahoma, Arial;
}
LI.pdf {
   list-style-image: url(images/icon_pdf.gif);
   padding-left: 0px;
}
LI.doc {
   list-style-image: url(images/icon_doc.gif);
   padding-left: 0px;
}

DIV.floatright {
   float: right;
   margin-right: 10px;
   margin-left: 10px;
   margin-bottom: 4px;
}

INPUT,TEXTAREA,SELECT,OPTION {
    font-family : Trebuchet MS,Verdana,Arial,Helvetica; 
	font-size: 13px;
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
	background: #DEDEDE;
}
INPUT.button {
	BORDER: #000 1px solid;
	BACKGROUND: #333333;
	FONT: bold 100% Trebuchet MS,Tahoma, Verdana, Arial, Helvetica, sans-serif;
	CURSOR: hand;
	COLOR: white;
}

TH.list {
	font-size: 13px;
    border: 1px solid #999;
	background: #FFFF00;
	color: black;
	padding: 4px;
} 
TD.list {
	font-size: 13px;
    border: 1px solid #CCC;
	padding: 4px;
} 
TABLE.list {
	border-collapse: collapse;
    border: 2px solid #000;
	margin-left:10px;
}
