/* General text styles */
body, td, p, 
	{font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFD1;
    background: #000033}

body {
scrollbar-base-color: #ffffcc;
scrollbar-arrow-color: #000033;
scrollbar-track-color: #000033;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}

img.logo {position: absolute; top: 5px; left: 280px; }
img.badge {position: absolute; top: 5px; left: 0px; } 
img.webmaster {position: absolute; top: 600px; left: 15px; } 




p	{text-align: center}
	
strong, b
	{font-weight: bold}
	
/* =========================================== */
/*  Heading styles                             */
/* =========================================== */
H1
	{font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFD1}
	
H1	{text-align:center;}
H3
	{font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #FFFFD1}
	
H3	{text-align:center;}
/* =========================================== */
/*  Link styles                             */
/* =========================================== */

a.links
	{font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFD1;
	text-decoration: none}

a.links	{text-align:left;}	

a.links:visited
	{color:#FFFFD1;
	text-decoration: none}
	
a.links:hover
	{color: #000033;
	text-decoration: text-decoration: overline; background-color: #FFFFCC;}
	
a.toplinks
	{font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000033;
	text-decoration: none}
	
a.toplinks:visited
	{color:#000033;
	text-decoration: none}
	
a.toplinks:hover
	{color: #9999ff;
	text-decoration: underline}

INPUT.greenbutton{
    color: #000033;
    background-color: #ffffcc;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    border : 1px solid #CCCCCC;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
} 
INPUT.redbutton{
    color: #FFFFFF;
    background-color: #F44040;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    border : 1px solid #CCCCCC;
    padding-bottom : 5px;
    padding-left : 5px;
    padding-right : 5px;
    padding-top : 5px;
} 