body {
	background-color: #FFFFFF;
	margin : 0px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	text-decoration: none ; 
	line-height: 15px; 
	margin: 0px; 

}

a:link { text-decoration:none }
a:active {text-decoration:none }
a:visited {text-decoration:none }
a:hover {
	text-decoration:none;
	color:#FF0000;
}

.upperBar {
	background-color:#FFCC00;
	font-weight: bold;
	
}
.bio {
	background-color:#666666;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px; 
	
}

td {
	font-size: 11px; 
	line-height: 15px; 
}