/* classes for general styles used throughout the site*/
body{
background-image : none;
}
.homebody {
	height: 100%;
	background : #333333;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.fadetext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:18px;
		
}
.emergancy {
	font-family : Verdana;
	font-size : 13px;
	color : #000000;
	line-height:12px;
		
}
.emergancyheadline {
	font-family : arial;
	font-size : 25px;
	color : #FFFFFF;
	line-height:27px;
		
}
.shellbody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	scrollbar-base-color:#DEDEDE;
	background-image : url(/images/iframe_back.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.atbody {
	height: 100%;
	background : #858585;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : none;	
	scrollbar-base-color:#858585;
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #464646;
	line-height:16px;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #464646;
	line-height:14px;
}
.sidebartextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #464646;
	line-height:14px;
}
.L1 {
	color: #232323;
	font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	
}
.L2 {
	color: #464646;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height:16px;	
}

.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 : #18416A;
	text-decoration : none;
}

a:visited {
	font-family : Verdana;
	font-size : 11px;
	color : #18416A;
	text-decoration : none;
	
}

a:active {
	font-family : Verdana;
	font-size : 11px;
	color : #18416A;
	text-decoration : none;
}

a:hover {
	font-family : Verdana;
	font-size : 11px;
	color : #18416A;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #AF0000;
	text-decoration : none;
}
.newslink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.newslink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.newslink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : none;
}
.newslink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #333333;
	text-decoration : underline;
}

.sidebarheader {
	font-family : Verdana;
	font-size : 10px;
	font-weight: bold;
	color : #ffffff;
	background: #252525 url(/images/sidebar_header_back.gif) top left no-repeat; 
	padding-top:6px; 
	padding-bottom:6px;
	padding-left:15px;
}
.sidebarback {
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	color : #47390A;
	text-decoration : none;
	background-image: url(/images/sidebar_box_back.gif);
	padding-top:5px;
	padding-left:15px;
	padding-bottom:5px;
	padding-right:14px;
}	   
.ddlb {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
	line-height: 16px;
}