	
	
a:link.text { color: #000000; text-decoration: underline }
a:hover.text { color: #0f2553; text-decoration: none }
a:visited.text { color: #000000; text-decoration: underline }
a:active.text { color: #000000; text-decoration: underline }
a.text {
	font: normal 1.0em "verdana, Arial";
}

a:link.text1 { color: #0f2553; text-decoration: underline }
a:hover.text1 { color: #0f2553; text-decoration: none }
a:visited.text1 { color: #0f2553; text-decoration: underline }
a:active.text1 { color: #0f2553; text-decoration: underline }
a.text1 {
	font: normal 1.1em "verdana, Arial";
}

a:link.text2 { color: #95a4be; text-decoration: underline }
a:hover.text2 { color: #cccccc; text-decoration: none }
a:visited.text2 { color: #dead81; text-decoration: underline }
a:active.text2 { color: #000000; text-decoration: underline }
a.text2 {
	font: normal 1.0em "verdana, Arial";
}

a:link.text3 { color: #95a4be; text-decoration: underline }
a:hover.text3 { color: #cccccc; text-decoration: none }
a:visited.text3 { color: #dead81; text-decoration: underline }
a:active.text3 { color: #c9c9c9; text-decoration: underline }
a.text3 {
	font: normal 1.0em "verdana, Arial";
}

a:link { color: #bed1df; text-decoration: underline }
a:active { color: #bed1df; text-decoration: none }
a:visited { color: #bed1df; text-decoration: underline }
a:hover { color: #bed1df; text-decoration: none }

a {
	font: normal 1.3em "verdana, Arial";
}

table {
	font-family: georgia; font-size: 11px; color:black; 
	}


.cssbutton{
background-color: #0e2453;
border: 0px #d1ec4c outset;
padding: 5px 10px;
color: #95a4be;
text-decoration: none;
font:  bold 1.2em   Helvetica, sans-serif; color: #bed1df;
height: 31px;
width: 110px;
}

.cssbutton:visited{
color: #bed1df;
}

.cssbutton:hover{
border-style: inset;
background-color: #22396b;
padding: 5px 10px 0 10px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: #bed1df;
}

#dhtmltooltip{
position: absolute;
left:100px;
top:550px;
width: 300px;
border: 2px, solid black;
border-color: #737339;
padding: 2px;
background-color: #f0f8fe;
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);
}





	hr { 
	color:#0f2553; 
	background: #0f2553; 
	border: 0; 
	height:1px;
	}
	