@charset "utf-8";


a

{
	font-family: Arial, Helvetica;
	color: #003333;	
	text-decoration: underline;	
	font-weight: bold;
}

a:hover

{
	font-family: Arial, Helvetica;
	text-decoration: none;
	color: #000000; 
	font-weight: bold;	
}

body

{
	font-family: Arial, Helvetica;
	background-color: #000000;
	color: #003333;
	scrollbar-base-color:#333333;
	scrollbar-track-color:#333333;
	scrollbar-arrow-color:gray;
	scrollbar-face-color:#003333;
	scrollbar-shadow-color:gray;

 	scrollbar-3dlight-color:gray;

 	scrollbar-darkshadow-color:gray;

 	scrollbar-highlight-color:black;



}

table

{

	table-border-color-light: rgb(153,204,153);

	table-border-color-dark: rgb(153,204,153); 

}

h1, h2, h3, h4, h5, h6

{

	font-family: Arial, Helvetica;

}

h1

{

	color: #9900FF;font-size:24pt;font-weight:bold 

}

h2

{

	color: #9900FF;font-size:18pt;font-weight:bold 

}

h3

{

	color: #000000;font-size:14pt;font-weight:bold 

}

h4

{

	color: rgb(0,0,0);

}

h5

{

	color: rgb(0,0,0);

}

h6

{

	color: rgb(0,0,0);

}