body {background-color: transparent}
}
body{	scrollbar-face-color:white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-shadow-color: white;
 	scrollbar-arrow-color: #F87CB8;
	scrollbar-track-color: white;
}
body, html, div, font, td {
	font-family: verdana;
	font-size: 6pt;
	line-height: 8pt;
	color: Red;
	padding: 0;
	margin-left: 0;

}
h1 {
	background: #FF3333;
	color: black;
	font-family: Forte;
	font-size: 8pt;
	line-height: 7pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px;
	padding-bottom: 1px;
        border-bottom: 1px solid black;
        
        
}
h2 {
	background:  #FF0066;
	color: Black;
	font-family: forte;
	font-size: 9pt;
	line-height: 7pt;
	font-weight: bold;
	text-align: center;
        text-transform: uppercase;
	margin: 0;
	padding: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid black;
        
        
}

.nav {
	font-size: 10px;
	border: solid 0px ;
	margin:0 0px 0px 0;
	padding:0px 0 8px 0px;
	text-align:justify;
	font-family: verdana;
	}


a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
	font-size: 7pt;
	color: #FF3399;
        cursor:default;
        
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
	color: #FF80E0;
        border-bottom: 1px dotted #FF80E0;
        
}

textarea , input , select, 
{
border: white solid 1PT;
background: white;
color: Red;
font-size: 7pt;
font-family: verdana;
text-align: justify;
}