/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#DDDDDD;
}

body {
	background-color: #000000;
}

p {
	font-size:12px;
	margin:0px 0px 8px 0px;
	padding:0px;
}

a {
	font-weight:bold;
	color: #FFFFFF
	}

a:link {
	text-decoration: none; 
	color:#FFFFFF;	

	}
a:visited { 
	text-decoration: none; 
	color:#FFFFFF;

	}
a:hover, a:active { 
	text-decoration: underline;
	color:#DA251D;
	/*color:#CC3300;*/
	
	}

a:hover.orange, a:hover.orange {
	color:#CC3300;
	}
	
.title {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	
}



.style2 {font-size: 10px}
.style5 {color: #FFFFFF}
.style6 {
	font-size: x-small;
	color: #FF0000;
}

.style8 {font-size: 10}
.style10 {
	font-size: 10px;
	font-style: italic;
}
.style11 {font-size: 14px}
.style14 {color: #FFFFFF; font-size: 14; }
.submit {
	border : 2px; 
	border-style : groove;
	border-color : #FFFFFF;
	font-weight: bold;
	background-color: #D0D0D0;
}
