body 
{
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	background-color: #ffffff;
	color: #000000;
	line-height: normal;
	font-family: sans-serif;
	font-size: 12px;
} 

tr.white
{
	background-color: #ffffff;
}
tr.black
{
	background-color: #000000;
}
tr.mncol
{
	height: 20px;
	background-color: #7a7aff;
}
tr.mncol_s
{
	height: 12px;
	background-color: #7a7aff;
}

td.item
{
	width: 122;
	text-align: right;
	font-size: 12px;
	color: #000000;
}
td.citem
{
	width: 122;
	text-align: center;
}
td.sep1
{
	width: 5;
}
td.sep2
{
	width: 2;
	background-color: #000000;
}
td.sep2x
{
	width: 2;
	background-color: #ffffff;
}
td.sep3
{
	width: 10;
	background-color: #ffffff;
}

a:link    
{
	color: #000000; 
	text-decoration: none;
}
a:visited 
{
	color: #000000; 
	text-decoration: none;
}
a:hover   
{
	color: #ffffff; 
	text-decoration: none; 
}
a:active  
{
	color: #ffffff; 
	text-decoration: none; 
	background-color: #2424b6;
}
