/* classes for general styles used throughout the site*/
body {
background-image : none;
}
.homebody {
	height: 100%;
	background : #FFFFFF;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}
.shellbody {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	background: none;
	
}
.printtext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.printtextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height: 15px;
}
.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.greenmaintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #1B481C;
}
.greenHeader {
	font-size: 12px; 
	font-weight: bold; 
	font-family: Verdana; 
	color: #1A461B;
	line-height: 18px;
}
.ddlbtext {
	font-family : Verdana;
	font-size : 10px;
	color : #0B3543;
	line-height: 15px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:14px;
	font-weight : normal;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:14px;
}

.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}
a {
	font-family : Verdana;
	font-size : 11px;
	color : #0B3543;
	text-decoration : underline;
	font-weight: normal;
}
a:link {
	font-family : Verdana;
	font-size : 11px;
	color : #0B3543;
	text-decoration : underline;
	font-weight: normal;
}
a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #0B3543;
	text-decoration : underline;
	font-weight: normal;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #0B3543;
	text-decoration : underline;
	font-weight: normal;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #0B3543;
	text-decoration : none;
	font-weight: normal;
}

.fsd_name:link {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00342A;
	text-decoration: underline;
}

.fsd_name:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #00342A;
	text-decoration: none;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #0B3543;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #0B3543;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #0B3543;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana;
	font-size : 11px;
	font-weight: normal;
	color : #0B3543;
	text-decoration : none;
}
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}
#topspace32 {
	height: 32px;
}

.L3header {
	color: #6894A9;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	
	padding-left:5px;
	line-height:12px;
}
.L2header {
	color: #507282;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	padding-bottom:18px;
	padding-left:5px;
	line-height:12px;
}
#contentarea {
	padding:5px;
}
.L3 {
	color: #84091D;
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	padding-bottom:5px;
}
.hide {
	display:none;
}
.show {
	display:'';
}