﻿body
{
	font-family: Verdana, Tahoma, Sans-Serif;	
	background-color: #669999;	
	color: #333333;
	font-size: small;
}


a
{
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

a:HOVER
{
	color: Blue;
	text-decoration: underline;
	font-weight: bold;
}


fieldset
{
	border: 1px solid #333333;
}

legend
{
	font-weight: bold;
	font-variant: small-caps;
	color: #003333;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

td
{
    
	vertical-align: top;
}

hr 
{
	height: 1px;
	line-height: 1px;
	color: #999999;
	background-color: #999999;
	border: none;
}

