/* CSS Document */

body
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

A:link
{
	color: #ff0000;
	text-decoration: none;
	
}

A:visited 
{
	color: #ff0000;
	text-decoration: none;
}

A:active  
{
	color: #ff0000;
	text-decoration: none;
}

A:hover   
{
	color: #ff0000;
	text-decoration: underline;

}

td
{
    
    font-size: 8pt;
	font-family: "Arial";
	color: #000000;
}


.title
{ 
	color: #999999; 
	font-weight: bold;
	
	font-family: "Arial";
	font-size: 13pt;
}

.content
{
    
    font-size: 9pt;
	font-family: "Arial";
	color: #000000;
}

.menu
{
    font-size: 9pt;
	font-family: "Arial";
	color: #ffffff;
}



.menu a:link 
{
    font-size: 9pt;
	font-family: "Arial";
	color: #ffffff;
}

.menu a:active
{
    font-size: 9pt;
	font-family: "Arial";
	color: #ffffff;
}

.menu a:visited
{
    font-size: 9pt;
	font-family: "Arial";
	color: #ffffff;
}

.menu a:hover
{
    font-size: 9pt;
	font-family: "Arial";
	color: #ff0000;
}


.td
{
    
    font-size: 9pt;
	font-family: "Arial";
	color: #000000;
}