/* CSS Document */

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A:link
{
	color: #000066;
	text-decoration: none;
	
}

A:visited 
{
	color: #000066;
	text-decoration: none;
}

A:active  
{
	color: #000066;
	text-decoration: none;
}

A:hover   
{
	color: #000066;
	text-decoration: underline;
	
	/*
	
	display: block;
	width: 100%;
	background-color:#eeeeee;
	
	*/

}

td
{
    
    font-size: 7pt;
	font-family:  "Verdana", "Arial";
	color: #333333;
}

img
{
	border-size: 2px;
	border-color: #FFFFFF;
}






A.alternate 
{ 
	color: #666666; 
	text-decoration: none;
}

.title
{ 
	color: #CCCCCC; 
	font-weight: bold;
	
	font-family: "Helvetica", "Arial";
	font-size: 12pt;
}

A.menulink 
{
	display: block;
	width: 150px;
	
	text-align: left;
	text-decoration: none;
	
	
	BORDER: none;
	border: solid 1px #cccccc;
}
	
A.menulink:hover 
{
	border: solid 1px #cccccc;
	background-color:#c5c5c5;
}

A.menulink2 
{
	display: block;
	width: 100%;
	
	text-align: center;
	text-decoration: none;
	
}
	
A.menulink2:hover 
{
	background-color:#c5c5c5;
}
	
.bodylink:hover 
{
	color: #666666;
        text-decoration: underline;