body {  background-color: #ffffff; font-family:  Trebuchet MS, Verdana, Helvetica, sans-serif; font-size:10pt}
p {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 9pt}
a {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 9pt}
td {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 9pt}
h5 {  font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 9pt;font-weight: bold;margin-bottom: 0px;
padding-bottom: 0px;}
h3 {  color:#7ea6c9; font-family:  Trebuchet MS,Verdana, Helvetica, sans-serif; font-size: 14pt;font-weight: bold;margin-bottom: 0px;
padding-bottom: 0px;}

ul
{
	list-style-type: square;
  margin-left: 10;
  padding-left: 5;
}

.subtitle
	{
font-weight: bold;
	color:#566981;
	}


a:link { text-decoration:underline; color : #548187; font-size: 9pt;}
a:hover { text-decoration:underline; color : #D88401; font-size: 9pt;}
a:visited { text-decoration:underline; color : #548187; font-size: 9pt;}
a:visited:hover {	text-decoration:underline; color : #D88401; font-size: 9pt;}


.headlink:link { text-decoration:none; color : #BBC3C4; font-size: 8pt}
.headlink:hover { text-decoration:none; color : #F8BE63; font-size: 8pt}
.headlink:visited { text-decoration:none; color : #BBC3C4; font-size: 8pt}
.headlink:visited:hover {	text-decoration:none; color : #F8BE63; font-size: 8pt}


.menuheadlink:link { text-decoration:none; color : #ffffff; font-size: 8pt}
.menuheadlink:hover { text-decoration:none; color : #F8BE63; font-size: 8pt}
.menuheadlink:visited { text-decoration:none; color : #ffffff; font-size: 8pt}
.menuheadlink:visited:hover {	text-decoration:none; color : #F8BE63; font-size: 8pt}

.menulink:link {  text-decoration:none; color: #6c89a7; font-size: 8pt}
.menulink:hover {  text-decoration:none;color: #D88401; font-size: 8pt}
.menulink:visited {  text-decoration:none;color: #6c89a7; font-size: 8pt}
.menulink:visited:hover {  text-decoration:none;color: #D88401; font-size: 8pt}

.printlink:link {  text-decoration:none; color: #999999; font-size: 8pt}
.printlink:hover {  text-decoration:none;color: #D88401; font-size: 8pt}
.printlink:visited {  text-decoration:none;color: #999999; font-size: 8pt}
.printlink:visited:hover {  text-decoration:none;color: #D88401; font-size: 8pt}

.boxheader {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;

}

.breadcrumb {
	font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7ea6c9;

}

.breadcrumblink:link {  text-decoration:underline; color: #7ea6c9; font-size: 10px}
.breadcrumblink:hover {  text-decoration:underline;color: #D88401; font-size: 10px}
.breadcrumblink:visited {  text-decoration:underline;color: #7ea6c9; font-size: 10px}
.breadcrumblink:visited:hover {  text-decoration:underline;color: #D88401; font-size: 10px}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.menudarkest {   background-color: #7ea6c9; }
.menuheader {   background-color: #7ea6c9; }
.menuleft {   background-color: #a7c2da; }
.menuitem {   background-color: #eff4f8; }
.menusubleft {   background-color: #9dafc3; }
.menusub {   background-color: #eeeeee; }
.menuhighlight {   background-color: #f8be63; }
.menudivider {   background-color: #a0bbdf; }


#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

img{border:none;}

		.trigger{
			cursor:pointer; 
			background:#eff4f8;
			
		}		
		.trigger:hover{
			cursor:pointer;
			background:#ddf;
		}		
		.expanded{
			background:#b2d4e7;
			cursor:pointer;
		}
		.expanded:hover{
			background:#eef;
			cursor:pointer;
		}
		.show{
     position:static;
     display: table;
		}
		.hide{
			position:absolute;
			left:-999em;
			height:1px;
			width:100px;
			overflow:hidden;
		}


