body {
  font-size: 9pt;
  font-family : arial, helvetica, sans-serif;
  background-color: #fff; /* white */
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}
body, td {
	font-family:Arial, Verdana; 
	font-size:9pt;
}	
h1 {
	margin:0px 0px 20px 0px;
	padding-left: 15pt;
	color: #A6733E;
	font-weight: bolder;
	font-family: Tahoma,Verdana,Helvetica,Arial,sans-serif;
	font-size:18pt;
	border-bottom:1px #000 solid;
}
h2 {
	margin:0pt;
	letter-spacing: 2px;
	font-size:7.5pt;
}
#container {
  margin: 0px auto;
  background-color: #fff; /* white */
  width: 749px;
  text-align: left;
}
a, a:active { color : #5b6b63; text-decoration : underline; }
a:visited, a:hover { color: #FF824F; text-decoration: underline; }
.right { padding-right: 5px; }	
.bodyboldsmall {  font-size : 8pt; font-weight : bold; }
.bodysmall { font-size : 8pt; font-weight:normal; }
.bodynormal { font-size : 10pt; font-weight:normal; }
.bodybold { font-size : 10pt; font-weight : bold; }
.bodylargeBold { font-size : 11pt; font-weight : bold; }
.bodylarge { font-size : 11pt; }
.bodyboldred { font-size:10pt; color:#ff0000; font-weight:bold; }
.titletext { font-size : 14pt; font-weight : bold; color: #5b6b63; }
.titletextred { font-size : 14pt; font-weight : bold; color: #ff0000; }
.footer { margin:15px 0; }
#container .footer { font-weight: normal; padding:10px; margin-top:10px; color: black; border-top: 1pt #000 solid; }
.button {
	font-size: 12;
	font-family: Arial;
	font-weight: bold;
	color:#ffffff;
	border-width: thin;
	background:#A6733E; /* dark brown */
}
.loginNav {
	background:#f7f7f7;
	height:22px;
	padding:0px 8px;
	margin-bottom:5px;
}
.loginNav td.loginform td {	
	color:#808080;
	font-size:7pt;
	vertical-align:middle;
}
.loginform { font-size:7pt; }
.loginform form { margin:0; padding:0; }
.loginNav td.loginform input { height:16px; font-size:7pt; padding:0; }

#profileForm div.formerror { font-size:7pt; color:#ff0000; font-style:italic; white-space: nowrap; border:1px solid #BBBBBB; padding:10px; background-color:#E9EEF4; display:none; margin-bottom:10px; }
#profileForm label.formerror { border:0; display:block; }
#profileForm input.formerror { background-color:#E9EEF4; }
#profileForm select.formerror { background-color:#E9EEF4; }
