BODY { 	
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #b2b2b2;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
}

A:link { color: #003366;
		 font-weight: normal;
		  text-decoration: underline;}
A:visited { color: #400040;
			font-weight: normal;
		    text-decoration: underline; }
A:active { color: #FF0000;
		   font-weight: normal;
		   text-decoration: underline; }
A:hover { color: #FFCC00;
		  font-weight: normal;
		  text-decoration: none;}

TD,P {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
	 
.footer {
	font-size: 9px;
	text-align: center;
	line-height: 16px;
}
	 
.head {
	font-size: 22px;
	color: #6699cc;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
	 
.subhead {
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
	 
.logout{
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
	 
.do{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	color: #00CC00;
}
	 
.dont{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FF0000;
}

LI {
	padding-bottom: 10px;
	
}


