/* classes for general styles used throughout the site*/

.bodystyle{
	background : #798F85;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	position : static;
}

.maintext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;	
}

.footertext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 9px;
	color : #000000;	
}

.photocaption {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 9px;
	color : #000000;
}

a.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000099;
	text-decoration : underline;
}

a:visited.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000099;
	text-decoration : underline;
	
}

a:active.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000099;
	text-decoration : underline;
}

a:hover.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000099;
	text-decoration : underline;
}

a.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:visited.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
	
}

a:active.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;
	text-decoration : underline;
}

a:hover.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000099;
	text-decoration : underline;
}

.headline {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 12px;
	color : #000000;	
}

.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color:#000000; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #000000;		
	width: 130px;
	height: 15px; 	
}
.linkheaders {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#color1 {
	color:#310C81;
}
#color2 {
	color:#A6530C;
}
#color3 {
	color:#791708;
}
#color4 {
	color:#318015;
}
#color5 {
	color:#838B04;
}
#color6 {
	color:#002990;
}
#on {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.ddlb{
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;	
}
.header {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 22px;
	color : #000000;	
}
.background_0 {
	background-image:url(/images/news_background_white.gif);
	background-repeat:repeat-y;
}
.background_1 {
	background-image:url(/images/news_background_green.gif);
	background-repeat:repeat-y;
}

