﻿body 
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #000;
	font-family: tahoma;
	background: white;
}
.regtext {
	FONT-SIZE: 12px;
	COLOR: #000;
	FONT-FAMILY: tahoma;
	margin-left: 10px;
}
.regtext A {
	COLOR: orange;
	TEXT-DECORATION: underline;
}
.regtext A:hover
{
	color: navy;
	text-decoration: underline;
	background-color: #d8e4f8;
}
.regtext A:link 
{
	COLOR: orange;
}
hr
{
	border: #ebebeb thin dotted;
}
img
{
	border: 0px;	
}

.gridTable {
	border: solid 1px orange;
}
.gridHeadTR {
	background-color: orange; 
	color: White; 
	height: 15px	
}
.gridTR {
	height: 30px;
	background-color: white;
}
.gridAlternateTR {
	height: 30px;
	background-color: PaleGoldenrod;
}
.footer
{
	color: Gray;
	font-size: 8pt;
	text-align: center;
	}
.footer A 
{
color: Gray;
text-decoration: none;
}
.footer A:hover 
{
	font-weight: bold;
}
.footer A:link 
{
	
}
.error
{
	color: Red;
	}