/******** GENERAL STYLES ********/
body {
	font-family: Arial; 
	font-size: 10pt; 
	color: #ffffff; 
	background-color: #000000; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}
p, ul, ol, li, td {
	font-family: Arial; 
	font-size: 8pt;
}





/* Display Area Fonts */
.display_title {
	font-family: Arial; 
	font-size: 10pt;
	font-weight: bold; 
}
.display_txt {
	font-family: Arial; 
	font-size: 10pt;
}


/*links*/
.link {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: NONE; 
}
.link:hover, .navhover {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #ff3333;
	text-decoration: none; 
	}

}
.top_linkon {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #ff3333;
	text-decoration: none; 
	
}
.linkwhite {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none; 
}
.linkwhite:hover, .navhover {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline; 
}
/*copy right*/
.copy_txt {
	font-family: Arial; 
	font-size: 10pt;
	font-weight: normal;
	color: #bdbdbd;
	text-decoration: none; 
}