 body{
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #333333;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	background-color: #F2F4F4;
	margin: 0px auto 0px auto;
} 

a{
	color: #34324B;
	text-decoration: underline;
}
	 
a:hover {
	color: #3F3780;
	text-decoration: none;
}
a.bottomnav{
	color: #F3F3F3;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
	 
a.bottomnav:hover {
	color: #EBF1ED;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
}
a.small{
	color: #3F3780;
	text-decoration: none;
	font-family: Verdana;
	font-size: 8pt;
}
	 
a.small:hover {
	color: #3F3780;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 8pt;
}
.maintextdark{
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}
.maintexthighlight{
	color: #6E704D;
	font-family: Verdana;
	font-size: 8pt;
}
.maintextwhite{
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 9pt;
}

.title{
	color: #4A4A00;
	font-family: Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

.side{
	color: #333333;
	font-family: Arial, Helvetica;
	font-size: 8pt;
}

small{
	color: #555555;
	font-family: Verdana;
	font-size: 7pt;
}
small.label{
	color: #555555;
	font-family: Verdana;
	font-size: 7pt;
}
small.highlight{
	color: #577F86;
	font-family: Verdana;
	font-size: 8pt;
}

strong{
	color: #717128;
}

td.border {
	background-color: #999999;
}

td.horizontal {
	background: url(../images/gray_hdotted.gif);
}
.formlabels{
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #222222;
} 	
	
textarea{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #222222;
	border: .1pt solid #333333;
}
select{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #222222;
	border: .1pt solid #333333;
}
option{
	font-family: Arial,Helvetica;
	font-size: 8pt;
	color: #222222;
	border: .1pt solid #333333;
	
}

	input.buttons {
	font-family: Arial,Helvetica;
	font-size: 7pt;
	color: #333333;
	background: #E4E4E4;
	border: .1pt solid #333333;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: center;
}
	input.fields {
	font-family: Arial,Verdana;
	font-size: 8pt;
	color: #4B4B4B;
	background: #FFFFFF;
	border: .1pt solid #333333;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	text-align: left;
}