A:VISITED
	{
	color: navy;
	text-decoration: none;
	font-weight: bold;
	}

A:HOVER
	{
	color: Red;
	text-decoration: none;
	font-weight: bold;
	}

A:ACTIVE 
	{ 
	color: navy;
	text-decoration: none;
	font-weight: bold;
   } 
 
 A:LINK 
	{ 
	color: navy;
	text-decoration: none;
	font-weight: bold;
	}

BODY, TD 
	{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: navy;
	}

table.outer 
	{
	border-left: 1px dotted #0066CC;
	border-right: 1px dotted #0066CC;
	}	
	
table.font 
	{
	border-bottom: 1px dotted #0066CC;
	border-top: 1px dotted #0066CC;
	border-left: 1px dotted #0066CC;
	border-right: 1px dotted #0066CC;
	}