body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	background-color: #C0C0C0;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #68645E;
}
a, a:visited {
	color:#0B6B95;
}
a:hover {
	color:#0B6B95;
	text-decoration: none;	
}
.maintable {
	background-color: #FFFFFF;
}
.tablephoto {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* FORMS*/

.formText {
	font-size: 10px;
	font-weight: normal;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.formTitle {
	font-size: 11px;
	font-weight: bold;
	background-color: #EAE7E2;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F6F4F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666360;


}
.formFields {
	font-size: 10px;
	font-weight: normal;
	color: #575352;
	background-color: #FAF8F5;
	vertical-align: top;

}