body
{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif; 
	color: #003366;
}

a:link
{
	text-decoration: none; 
	color: #0066cc; 
}

a:visited
{
	text-decoration: none; 
	color: #0066cc; 
}

a:hover
{
	text-decoration: underline; 
	color: #0099ff; 
}

h1
{
	font-size: 160%; 
	color: #0066cc; 
	font-weight: bold; 	
	margin-bottom: 20px;	
}

h2
{
	font-size: 140%; 
	color: #003366; 
	font-weight: bold; 
}

h3
{
	font-size: 140%; 
	color: #6699cc; 
	font-weight: bold; 
}

hr
{
	height: 1px;
	color: white;
	border-bottom: solid #d4d4f4 1px;
	margin-bottom: 15px;
}

td
{
	font-size: 75%;
}

#content
{

	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;	
	width: 444px;
}

#footer
{
	font-size: 75%;
	text-align: center;	
}

#navigation
{
	background-color: #ffffff;
	vertical-align: top;
	padding-right: 15px;	
	width: 100px;
	text-align: right;
}

#right
{
	background-color: #0066cc;
	vertical-align: top;	
	padding: 10px;
	width: 150px;	
	color: #FFFFFF;
}

#right img
{
	border: solid white 2px;
}

#right h2
{
	color: white;
}

#right h3
{
	color: white;
}

#right a
{
	color: White;
}

.datagrid
{
	border-collapse: collapse;
}

.datagrid_header
{
	background-color: Silver;
	color: White;
	font-weight: bold;
}

.formbutton
{
	font-family: Arial, Helvetica, sans-serif; 	
	font-size: 90%;
	color: White;
	border: double 3px #0066cc;
	background-color: #0066cc; 
	font-weight: bold; 		
}

.formtext
{
	font-family: Arial, Helvetica, sans-serif; 
	color: #003366;
	width: 300px;
}
