﻿body 
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:9pt;
	color:#555555;
	background-color:#999999;
}

TABLE
{
	background-color:white;
}

SELECT,INPUT,TEXTAREA
{
	font-family:Verdana;
	font-size:9pt;	
}

.menu
{
	height:29px;
	background-color:#ffcc00;
	font-family:Verdana;
	font-size:10pt;
}

.menu A
{
	text-decoration:none;	
}

.footer
{
	height:20px;
	background-color:#3399cc;
	font-family:Verdana;
	font-size:7pt;
	font-weight:bold;
	text-align:center;
}

.footer A
{
	text-decoration:none;	
}
.errorMessage
{
	color:#990000;
	font-weight:bold;
}

A
{
	text-decoration:underline;
	color:Black;
}

A:hover
{
	text-decoration:underline;
}

.blueLink
{	
	text-decoration:none;
	color:#3399cc;
	font-size:8pt;
}
