body {
	background-color: #295500;
	background-image: url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0;
	padding:0;
	margin-left:3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
}

a { text-decoration:underline;}
a:hover { text-decoration:none;}

.b1 { border:1px solid #002F9C;}

h2 { font-size:14px; color:#00377B; margin:0; padding:0;}
.f12 { font-size:12px;}
.f14 { font-size:14px;}
.f16 { font-size:16px;}
.f18 { font-size:18px;}
.f20 { font-size:20px;}

.black { color:#000;}
.white { color:#FFF;}
.green { color:#005F06;}
.yellow { color:#DEFF00;}
.red { color:#ff0000;}

.bold { font-weight:bold;}

.headingbg { background-color:#293654;}
.headbg { background-color:#002F9C;}

.bb1{ border-bottom:1px solid #C7DDB7;}




#dhtmltooltip{
position: absolute;
width: 50px;
height:70px;
padding:5px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color:#000;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}
#dhtmltooltip1{
position: absolute;
width: 50px;
height:50px;
padding:5px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
color:#744207;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}



#slideshow { position:relative; height:189px; left:10px;}
#slideshow DIV { position:absolute; top:0; left:0; z-index:8; opacity:0.0; height: 189px;    background-color: #FFF;}
#slideshow DIV.active { z-index:10; opacity:1.0;}
#slideshow DIV.last-active { z-index:9;}
#slideshow DIV IMG { height: 189px; display: block; border: 0; margin-bottom: 0px;}