/* CSS Document */
body {
	background-color: #FFFFFF;
	color: #CC0000;
	scrollbar-face-color:pink;
	scrollbar-arrow-color:white;
	scrollbar-track-color:#CCCCCC;
	scrollbar-shadow-color:#999999;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:'';
	scrollbar-darkshadow-Color:'';
}

h1, h2, h3, h4 {
	color: #FF0000;
	text-decoration:underline;

}

a.menu:link, a.menu:visited {
    color: #blue;        
    text-decoration: none;
	font-weight:bold;
}

a.menu:hover {
    color: #FF0000;        
    text-decoration: none;
	font-weight:bold;
}

a {
    color: #000000;        
    text-decoration: none;
}

a:hover {
    color: #FF0000;
    font-weight:bold;
}

a:visited {
	color: #blue;
}

td {
    font-size:   11px;
    font-family: Verdana;
}

.head {
    font-weight: bold;
    font-size: 24px;
}

.style2 {
	font-size: 18px;
	color: #009900;
	font-weight: bold;
	font-style: italic;
}