A:hover
{
    color : darkred;
    font-family:Arial;
    /*#990000;*/
}

body
{
	font-family:Arial;
}

input 
{
	font-family:Arial; 
	font-size: 8pt;
	font-weight: normal;
	/*color: #333333;*/
	border: 1px solid #7F9DB9;
	
}

textarea 
{
	font-family: Arial,Tahoma; 
	font-size: 8pt;
	font-weight: normal;
	/*color: #604D3F;*/
	border: 1px solid #7F9DB9;		
}


select 
{
	font-family: Arial,Tahoma; 
	font-size: 8pt;
	font-weight: normal;
}


a
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Arial, Tahoma;
	text-decoration: none;
}


table
{
	font-weight: normal;
	font-size: 8pt;
	/*color:#6C604F;*/
	font-family: Arial,Tahoma;
	text-decoration: none;
	text-align: justify;
}


.noBorder
{	
	BORDER: none; 		
}


#middle
{
	background-color:#FFFFFF;
}


.BlackLink 
{
	color:#000000;
}

.yellowLink
{
	font-weight:bold;
	color:yellow;
	font-style:italic;
}

.purpleLink
{
	color:#FF005A;
	font-weight:bold;
}

.darkPurpleLink
{
    color:#BD0863;
}

.grayLink
{
	font-weight:bold;
	color:#9B9B9B;
	font-style:italic;
}

.redLink
{
	font-weight:bold;
	color:red;
	font-style:normal;
}