/*<link rel="stylesheet" href="main.css" type="text/css">*/
/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
body {
	scrollbar-face-color:#B05450;
	scrollbar-highlight-color:#B05450;
	scrollbar-3dlight-color:#B05450;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#70C6C7;
	scrollbar-arrow-color:#70C6C7;
	scrollbar-track-color:#70C6C7;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #70C6C7;
	background: url('images/back.gif');
			}

body, table 
{
	font-size: 12px;
}			
			
A:link, A:visited
{
	color: #CC0033;
	font-weight: bold;   
	text-decoration: none;
}

A:active, A:hover
{
	color: #000000;
	font-weight: bold;   
	text-decoration: none;
} 

h3
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	color: #CC0033;
}

h1
{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

.contrast
{
	font-size: 11px;
	color: #FFCC00;
}

.tiny
{
	font-size: 9px;
	color: #999999;
}


