body {
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-darkshadow-color: #BBBBBB;
	scrollbar-track-color: #EFEFEF;
	scrollbar-arrow-color: #626262;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.gif);
	background-repeat: repeat;

}
A:link {
		text-decoration: none;
		color:#FFFFFF;}
		
A:active {
		color:#FFFFFF; 
		text-decoration: none;}
A:visited {
		color:#FFFFFF; 
		text-decoration: none;}
A:hover {
		color:#FFFFFF; 
		text-decoration: underline; }


  
p, td {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 14pt;
	font-weight: normal;
	color: BLACK;
	border-top-style: none;
}
h1 {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12pt;
	font-weight: bold;
	color: #0099FF;
} 
h2, strong {  
	font-family: Arial, verdana; 
	font-size: 8.5pt; 
	font-weight: bold; 
	color: #CB2026
} 
select, textarea, textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
	font-weight: normal;
	color: #333333;

	border-right: #333333 1px solid; 
	border-top: #333333 1px solid;  
	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 

	background-color: white;
} 
  
  
  
.cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
	font-weight: normal;
	color: #000000;
	border-right: #666666 1px solid; 
	border-top: #666666 1px solid;  
	border-left: #666666 1px solid; 
	border-bottom: #666666 1px solid;
	background-color: white;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 10pt;
	font-weight: normal;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	background-color: #A69687;
	color: #FFFFFF;
}

.txt_white
{  font-family: Arial, verdana; font-size: 8.5pt; line-height: 15pt; color: white}

.txt_light_grey
{  font-family: Arial, verdana; font-size: 8.5pt; line-height: 15pt; color: #999999}


.txt_red
{  font-family: Arial, verdana; font-size: 8.5pt; line-height: 15pt; color: #CB2026}


