body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	font-size: 9px;
	text-align: left;
	text-decoration: none;
	font-weight: 100;
}
		
		
h3 { font-size: 18px;
	font-weight: bold; }
	
h4 { font-size: 14px;
	font-weight: bold; }
		
span.bold { font-weight: bold;}

 .notused { color: #CCCCCC; }

span.italic { font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333;
		background-color: transparent; 
		font-size: 8px; 
		text-decoration: none;
		font-style: italic; }
		
p.one { font-family: Verdana, Arial, Helvetica, sans-serif; 
		color: #333333; 
		background-color: transparent; 
		font-size: 10px; 
		text-decoration: none;}
		
a:link {color: #333333; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:hover { color: green; text-decoration: none;}
a:active { color: red; text-decoration: none;}

.redtype { color: #FF0000;
	font-weight: bold;
	text-align: right;
	background-color: #FFFFFF; }
		
		
#alert {
width: 50px;
height: 20px;
position: absolute;
background: transparent;
top: 598px;
left: 567px;
z-index: 1; }		

span.alert { font-weight: bold; color: red !important; background-color: transparent; }



		
