body
{
    SCROLLBAR-FACE-COLOR: #2951BD;
    SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: black;
    SCROLLBAR-ARROW-COLOR: white;
     
	background-color="#2951BD";
    color: white;
    font-family:arial;
}

td
	{
    font-size:12;
	}
}

hr 
{ 
	width: "756";
	color: "white";
}

.maincell
{
	background-color: "#2951bd"; 
	font-size:"12pt";
	border-size="5";
}


.maintable
{
	
	font-size:"12px";
	
}


.tdtitle
{
	background-color: "#2951bd"; 
	color="#c0c0c0";
	font-size:"6pt"
}


.bigtitle
{
    font-size:"20pt";
    font-weight:"bold";
}

.piccolo
{
    font-size:"8pt";    
}


.headertable
{
    background-color=yellow;
    color="#2951bd";
    font-weight=bold;
    font-size:"18pt";
}



a:link 
{

color: "yellow";
text-decoration:none
}

a:active 
{

color: "yellow";
text-decoration:none
}

a:visited
{
color: "yellow";
text-decoration:none
}


A:hover 
{
color: "red";
text-decoration:none;
}