body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;

}

.bg{
	background-image: url('images/bgsplash.gif');
	background-repeat: repeat;
	background-position: bottom;
}

td, th {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
}

A.heavy:link
{
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	text-decoration: none;
}

A.heavy:visited
{
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	text-decoration: none;
}

A.heavy:hover
{
	FONT-WEIGHT: bold;
	COLOR: #CC0000;
	text-decoration: none;
}

A.light:link
{
	COLOR: #FFFFFF;
	text-decoration: none;
}

A.light:visited
{
	COLOR: #FFFFFF;
	text-decoration: none;
}

A.light:hover
{
	COLOR: #CC0000;
	text-decoration: none;
}

.defaultText
{
	height:300px; 
	overflow:auto;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 10pt;	
	font-weight: normal;
	padding: 12pt;
	color: #FFFFFF;
	overflow-x: hidden;
	overflow-y: auto;
	SCROLLBAR-FACE-COLOR: #2F3746; 
	SCROLLBAR-HIGHLIGHT-COLOR: #272F3B; 
	SCROLLBAR-SHADOW-COLOR: #272F3B; 
	SCROLLBAR-ARROW-COLOR: #972124; 
	SCROLLBAR-BASE-COLOR: #272F3B; 
	scrollbar-dark-shadow-color: #272F3B; 
	scrollbar-3d-light-color: #272F3B;
	
}

.defaultText2
{
	font-family: Verdana;
	font-size: 8pt;	
	font-weight: normal;
	color: #FFFFFF;	
}

font.highlightText
{
	font-family: Verdana;
	font-size: 8pt;	
	font-weight: bold;
	color: #CC0000;
}

.form, input, textarea, select, option 
{
	background-color: #272F3B;
	font-family: verdana;
	padding: 0pt;
	font-size: 8pt;
	color: #FFFFFF;
}


