body { 
  color: black;
  font-size: 12px; 
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  background-color:#d3dfa2;
  margin: 0;
}

.address {
color: #781b1c;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 10px;
color: #940b2e;
}

.body12 { 
  color: black;
  font-size: 12px;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif
}
.blubodybld { color: #397FFC; font-weight: bold; font-size: 12px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.bodyredbld { color: #CC0000; font-weight: bold; font-size: 12px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.bodysm { color: black; font-size: 10px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.head { color: black; font-weight: bold; font-size: 20px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.subhead { color: black; font-weight: bold;  font-size: 16px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.error { color: #CC0000; font-size: 12px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.homenav { color: #ffffff; font-size: 12px; font-weight: bold; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }
.innerhead { color: #2136C2; font-weight: bold;  font-size: 35px; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif }


.select { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
.submit { color: black; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif }
input.button {
	background-color: #d9dae7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #182142;
	padding: 2px }

/* dotted box */
div.boxred {
	margin: 0px 0px 20px 0px;
	padding: 10px 10px;
	border: 1px dotted #c00; }


a { color: #2136C2; text-decoration: underline }
a:link { color: #CC0000; text-decaration: underline }
a:visited { color: #2136C2; text-decaration: underline }
a:hover { color: #397FFC; text-decoration: underline }

