/* classes for general styles used throughout the site*/

.maintext {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #636363;	
	line-height: 12pt;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #636363;	
}

.photocaption {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 9px;
	color : #636363;
}

a.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #323FE0;
	text-decoration : underline;
}

a:visited.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #636363;
	text-decoration : underline;
	
}

a:active.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #636363;
	text-decoration : underline;
}

a:hover.sitelink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #323FE0;
	text-decoration : underline;
}

a.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #363D9F;
	text-decoration : underline;
}

a:visited.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #363D9F;
	text-decoration : underline;
	
}

a:active.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #363D9F;
	text-decoration : underline;
}

a:hover.sidebarlink {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 11px;
	color : #323FE0;
	text-decoration : underline;
}

.gallerytext{
	text-align : center;
	font-family : Verdana, Arial, Futura;
	font-size : 9px;
	line-height : 14px;
	color : #000000;	
}

.captiontext{
	font-family : Verdana, Arial, Futura;
	font-size : 9px;
	line-height : 14px;
	color : #000000;	
}
	
 .formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color:#000000; 
	background-color:#E4E4E3;
	border-style : solid;
	border-width : 1px;
	border-color : #000000;		
}

.formddlb {
	font-family: arial, verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color:#000000; 
	background-color:#E4E4E3;
	border-style:solid;
	border-width:1px;
	border-color:#000000;		
}