A:hover
{
    COLOR: #9999FF;
}

input 
{
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal;
	color: black;
	border-style: solid; 
	border-color: #666666;
	border-width: 1px;				
}

textarea 
{
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: lightblue;
	border-width: 1px;
	background-color: Snow;			
}

select 
{
	font-family: Verdana; 
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: lightblue;
	border-width: 1px;
	background-color: Snow;	
}

a
{
	font-weight: bold;
	font-size: 10px;
	color: #330066;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

table
{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: justify;
}

.sectionHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #330066;
	text-decoration: none;
}

.subHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #330066;
	text-decoration: none;
}

.noBorder
{
	border: none;
}

.lightGreenBorder
{
	border-right: #9999FF 1px solid;
	border-top: #9999FF 1px solid;
	border-left: #9999FF 1px solid;
	border-bottom: #9999FF 1px solid;
}