/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
background-color: #000000;
color:#FFFFFF;
}

img {
border-style: none;
}

h1{
font-size:120%;
font-weight:bold;
color:#0099FF;
}

H2{
font-size:110%;
font-weight:bold;
color:#0099FF;
}

H3{
font-size:100%;
font-weight:bold;
}

H4{
font-size:90%;
font-weight:normal;
}

H5{
font-size:80%;
font-weight:normal;
}

H6{
font-size:70%;
font-weight:normal;
}

p{
font-size:100%;
}

a:link {  
	font-weight: bold; 
	color: #3399FF; 
	text-decoration: underline;
}
a:visited {  
	font-weight: bold; 
	color: #9999CC; 
	text-decoration: underline;
}
a:hover {  
	font-weight: bold; 
	color: #0066CC; 
	text-decoration: none
}
.reddot {
	color: #0099FF;
}
	
#box {
	text-align:left;
	}

#innerbox {
	position:absolute;
	top:0;
	width: 620px;
	left: 50%;
	margin-left: -310px;z-index: 10;
	
}
	
.style1 {
color: #660000
}

.imgleft {
float: left;
padding: 0px 6px 0px 0px;
}
