BODY
{	background-color:white;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}

P { margin: 0px;}

TD {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #747474;
	line-height: 135%;
	text-align: justify;
	}
	
OL, LI {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #747474;
	line-height: 135%;
	text-align: justify;
	}
	
.nav {  font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #1d305f;
	text-decoration: none;
	font-weight: bold;
	line-height:120%;
	 }
	 
.subhead {  font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #386fa6;
	font-weight: bold;
	line-height: normal
	 }

.popUp {  font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #000;
	line-height: 120%
	 }
	 
.smText {  font-size: 10px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #747474;
	line-height: 120%
	 }
	 
.blueText {  font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #336699;
	font-weight: bold;
	line-height: 130%
	 } 	 

A:link {  font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #1d305f;
	text-decoration: none;
	 }
	
A:visited {	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #6699cc;
	text-decoration: none;
	 }	
	 
A:hover {	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #6699cc;
	text-decoration: none;
	 }
	 
.gia{
position: relative;
z-index: 0;
}

.gia:hover{
background-color: transparent;
z-index: 50;
}

.gia span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.gia span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.gia:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.ags{
position: relative;
z-index: 0;
}

.ags:hover{
background-color: transparent;
z-index: 50;
}

.ags span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.ags span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.ags:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 2px 666666;
	padding: 2px;
	background-color: gray;
	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);
	}









