/* CSS Document */

img {
border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	background-color: #000000;
}
h1 {  
	font-size: 18px; 
	font-weight: bold;  
	text-transform: capitalize; 
	color: #FF0000; 
	text-decoration: none; 
	margin: 0px
}
h2 {  
	font-size: 16px;  
	font-weight: bold; 
	text-transform: capitalize; 
	color: #CCCCCC; 
	text-decoration: none; 
	margin: 0px
}
h3 {   
	font-size: 14px;  
	font-weight: bold; 
	text-transform: capitalize; 
	color: #CCCCCC; 
	text-decoration: none; 
	margin: 0px
}
h4 {  
	font-size: 12px; 
	font-weight: bold;  
	text-transform: capitalize; 
	color: #CCCCCC; 
	text-decoration: none; 
	margin: 0px
}
h5 {  
	font-size: 9px; 
	font-weight: bold;  
	color: #CCCCCC; 
	text-decoration: none; 
	margin: 0px
}
h6 {  
	font-size: 9px;  
    color: #CCCCCC; 
	margin: 0px; 
	text-align: justify
}
p {  
	font-size: 12px; 
	text-decoration: none; 
	text-align: justify; 
	color: #FFFFFF
}
a:link {  
	font-weight: bold; 
	color: #CCCCCC; 
	text-decoration: none
}
a:visited {  
	font-weight: bold; 
	color: #CCCCCC; 
	text-decoration: none
}
a:hover {  
	font-weight: bold; 
	color: #FF0000; 
	text-decoration: none
}

div.mainframe { /* the main container */
	width:705px;
	margin:0 auto;
	overflow:auto;
}
