/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #1F1F1F;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.shellbody {
	height: 100%;
	background : #1F1F1F;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
	background-image: url(/images/shell_bodyback.gif) ;
}

.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;	
}

.athtext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #000000;
}

.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #000000;	
}

.sidebartextred {
	font-weight : normal;
	font-family : Verdana;
	font-size : 10px;
	color : #B3583D;	
}
.sidebartextredbold{
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #B3583D;	
}

.redtext {
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;
}

.redtextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;	
}

.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;		
}

a {
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #B3583D;
	font-weight: bold;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #B3583D;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #B3583D;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #B3583D;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: bold;
	color : #B3583D;
	text-decoration : underline;
}

.ddlb {
	font-family : Verdana;
	font-size : 10px;
	border : solid 1px #000000;
	color: #000000;
	background-color:#FFFFFF;
}

.scrollbox {
	scrollbar-track-color: #DFDFDF ;
	scrollbar-arrow-color: #818181;
	scrollbar-face-color: #E4E4E4;
	scrollbar-shadow-color: #AFAFAF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #AFAFAF;
	
	line-height:14px;
	overflow: auto;
	z-index:1;
}