/* CSS Document */

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A:link
{
	color: #999999;
	text-decoration: none;
	
}

A:visited 
{
	color: #cccccc;
	text-decoration: none;
}

A:active  
{
	color: #cccccc;
	text-decoration: none;
}

A:hover   
{
	color: #999999;
	text-decoration: none;

}


td
{
    font-size: 9pt;
	font-family: "Arial";
	color: #000000;
}


.content
{
    font-size: 9pt;
	font-family: "Arial";
	color: #000000;
}

.navigation
{
    font-size: 8pt;
	font-family: "Arial";
	color: #996633;
}



A.menulink 
{
	display: block;
	width: 150px;
	
	text-align: left;
	text-decoration: none;
	
	
	BORDER: none;
	border: solid 1px #cccccc;
}
	
A.menulink:hover 
{
	border: solid 1px #ffffff;
	background-color:#c5c5c5;
}

A.menulink2 
{
	display: block;
	width: 100%;
	
	text-align: center;
	text-decoration: none;
	
}
	
A.menulink2:hover 
{
	background-color:#cccccc;
}
	
.bodylink:hover 
{
	color: #666666;
        text-decoration: underline;
}

