/* CSS Document */

/*	html { 						*/
/*	min-width: 795px;			*/
/*	background: #FFFFFF;		*/
/*	padding: 0.5em 2em 3em 2em;	*/
/*	padding-top:0px;			*/
/*	padding-left:0px;			*/
/*	padding-right:0px;			*/
/*	padding-bottom:0px;			*/
/*	}  							*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, div, td, p, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	color: #000000;
}  

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }



.blockheader {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #CCC;
	margin: 0;
	background-color: #EAF2E4;
	padding: 5px;
}

.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma,verdana,sans-serif;
	font-size: 85%;
	line-height: 130%;
}


A.menulink {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #6F8EB5;
	border-right: 1px solid #CCCCCC;
	padding: 3px;
}
A.menulink:hover {
	background-color:#F6C938;
	color: #000000;
	border-right: 1px solid #FFFFFF;
}

A.menulinkend {
	display: block;
	text-align: center;
	text-decoration: none;
	font-family:"Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size:14px;
	font-weight:bold;
	color: #6F8EB5;
	border-right: 1px solid #FFFFFF;
	padding: 3px;
}

A.menulinkend:hover {
	background-color:#F6C938;
	color: #000000;
	border-right: 1px solid #FFFFFF;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px solid black;
	padding: 5px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 150;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 12px;
	color: #FF0000;
}


.whitetext {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
}
.whitetxtSmall {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
}

.linebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.copyright {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
}
.button {
font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
font-size: 12px;
color: #000000;
background-color: #BBE445;
}
.controltxt {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #000000;
	
}
.Heading {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	color: #6BA3C0;
	font-size:24px;
	font-weight: bold;
	
}
.Heading2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 18px;
	color: #94BC28;
	font-weight: bold;
	width: inherit;
}
.Heading2b {
	font-family: "Trebuchet MS", Tahoma, Verdana, Helvetica;
	font-size: 18px;
	color: #FF9900;
	font-weight: bold;
	width: inherit;
}
.smalltext {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
}
.inset {
	border: 1px solid #D6D6D6;
}
.picbox {
padding: 6px;
border-left: 1px solid #eeeeee;
border-top: 1px solid #eeeeee;
border-right: 1px solid #C0C0C0;
border-bottom: 1px solid #C0C0C0;
background: #eeeeee;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
}

.linebox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width:1px;
	border-left-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.whiteheader {
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	padding: 5px;	
}
