/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #002D53;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.shellbody {
	height: 100%;
	background : #002D53;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	background-image : url("/images/L2_back.gif");
}

.maintext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	line-height:14px;
}


.fundtext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	line-height:12px;
}
.eventtext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
	line-height:12px;
}
.athtext {
	font-family : Verdana;
	font-size : 10px;
	color : #FFFFFF;
	line-height:12px;
}


.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #002D53;
	line-height:16px;	
}

.headline {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #002D53;	
	line-height:16px;
}
.headline2 {
	font-weight : bold;
	font-family : Verdana;
	font-size : 13px;
	color : #004769;	
	line-height:16px;
}

.publish_date {
	font-family : Verdana;
	font-size : 10px;
	color : #002D53;	
}

.sidebartext {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
	line-height:16px;
}


.sidebartextbold {
	font-family : Verdana;
	font-size : 9px;
	color : #002D53;
	line-height:16px;
	font-weight : bold;
}

.photocaption {
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}

.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}

.portalscroll {
	scrollbar-track-color: #DFDFDF; 
	scrollbar-arrow-color: #818181; 
	scrollbar-face-color: #E4E4E4; 
	scrollbar-shadow-color: #AFAFAF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #DFDFDF; 
	scrollbar-darkshadow-color: #AFAFAF;
	position:relative; 
	padding:5px;
	line-height:14px; 
	overflow: auto; 
	z-index:1;	
}


a {
	font-family : Verdana;
	font-size : 10px;
	color : #004769;
	text-decoration : none;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 10px;
	color : #004769;
	text-decoration : none;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 10px;
	color : #004769;
	text-decoration : none;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 10px;
	color : #004769;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #002D53;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #002D53;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #002D53;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 9px;
	font-weight: normal;
	color : #002D53;
	text-decoration : underline;
}

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	/*border : solid 1px #79A2C2;*/
	color: #000000;
}

.atlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #004769;
	text-decoration : underline;
}