A:hover
{
	color: #339966;
}

body
{
	margin-top: 5px;
}

a
{
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

input 
{
	font-family: Verdana; 
	font-size: 7.5pt;
	font-weight: normal;
	border-style: solid; 
	border-color: lightBlue;
	border-width: 1px;		
}


textarea 
{
	font-family: Verdana; 
	font-size: 7.5pt;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: lightblue;
	border-width: 1px;		
}

select 
{
	font-family: Verdana; 
	font-size: 7.5pt;
	font-weight: normal;
	color: #333333;
	border-style: solid; 
	border-color: lightblue;
	border-width: 1px;
}

table
{
	font-weight: normal;
	font-size: 8pt;
	color: #333333;
	font-family: Verdana ;
	text-decoration: none;
	text-align: justify;
}

.header
{
	font-weight: bold;
	font-size: 9pt;
	color: #336666;
	font-family: Verdana, Tahoma;
	text-align: justify;
	text-decoration: none;
}

.menu
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Tahoma ;
	text-align: justify;
	text-decoration: none;
}

.subMenu
{
	font-weight: normal;
	font-size: 9pt;
	color: white;
	font-family: Verdana, Tahoma ;
	text-align: justify;
	text-decoration: none;
}

.linkText
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Tahoma ;
	text-align: justify;
	text-decoration: none;
}

.noBorder
{
	border: none;
}

.lightBorder
{
	border:solid 1px #cccccc;
}


#Content
{
	border: solid 1px darkslategray;
}