html { height:100%; }
body { height:100%; font-family:Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color:#FFFFFF; }

hr { height: 0px; border: solid #FFFFFF 0px; border-top-width: 1px;}

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

h1 { font-size:14pt; font-weight: normal; margin-top: 0px; }
h2 { font-size:13pt; font-weight: normal; margin-top: 0px; }
h3 { font-size:12pt; font-weight: normal; margin-top: 0px; }
h4 { font-size:11pt; font-weight: normal; margin-top: 0px; }
h5 { font-size:10pt; font-weight: normal; margin-top: 0px; }

.nav { color:#333333; font-weight: bold; font-size:13px; text-decoration:none; }
.subnav { color:#000000; font-size:11px; text-decoration:none; }
.text { font-size:8pt; line-height: 11pt; }
.smalltext { font-size:8pt; color:  #333333 }
.title { font-size:14pt; }
.smalltitle { font-size:13px; font-weight: bold; }
table.main { height: 95%; }

.table { border: solid 4pt #646464 }
.titletd { background-color: #FAFAFA; }

div.contenttext {
  width: 100%;
  height: 357px;
  background-color: #646464;
  scrollbar-face-color: #8C8C8C;
	scrollbar-highlight-color: #646464;
	scrollbar-shadow-color: #8C8C8C;
	scrollbar-3dlight-color: #B4B4B4;
	scrollbar-arrow-color:  #000000;
	scrollbar-track-color: #B4B4B4;
	scrollbar-darkshadow-color: #646464;
  overflow: auto;
}

input,textarea, select {
	color : #333333;
	font: normal 11px Arial, Helvetica, sans-serif;
	border: solid 1pt #AAAAAA;
}

input.button {
	background-color : #333333;
	color : #FFFFFF;
	font-weight: bold;
	font-size: 11px; font-family: Arial, Helvetica, sans-serif;
	border: 0pt;
}
