body {
	margin: 0px;
	text-align: left;
	font: 11px/19px Verdana;
	color: #000000;
	background: #C0C0C0;
}

.title { 
    font-family: Verdana; 
	font-size: 14px; 
    font-weight: bold; 
	color: #911416
} 

.links { 
    font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	color: #D82222; 
	text-decoration: underline
} 
 
.links:hover { 
    text-decoration: none; 
	color: #E67272; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold
} 

.subtitle {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #941410;
} 

.subtitle2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	line-height: 19px;
	color: #000000;
	left: 15px;
	right: 10px;
} 

.caption {
	font-family: Verdana;
	font-size: 11px;
	line-height: 10px;
	color: #911416;
	font-style: italic;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.photo {
	font-family: Verdana;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
	font-style: normal;
	text-align: center;
}  

a:hover { 
    color: #D07429; 
	text-decoration: none
} 

.footer {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none
} 

.footer:hover { 
    font-family: Verdana; 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #FFFFFF
} 
/*********************************** FORM AND FORM ELEMENTS ***********************************/
.contactform{
 width:500px
}

.contactform label{
 clear:left;
 float:left;
 width:140px;
 padding-left:0px;
 margin-top:1px;
}

.contactform input, .contactform select, .contactform textarea{
 float:left;
 margin-bottom:15px;
 border:2px solid #E67272;
 padding:2px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: DEB8BA;
	text-decoration: none;
}
