/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0px;
	margin-left: 10px;
	text-align: left;
	background-color: #e5e5e4;}
	
#holder {
	width: 600px;
	background-color: #FFFFFF;}
	
#holder td {
	border: 1px solid #e5e5e4;
	padding: 3px;}		
	
h1 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000000;
	margin: 10px 4px;
	text-transform: uppercase;}
	
.hl {color: #CC3300;}

h2 {
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #CC0000;
	font-size: 12px;
	padding: 3px;
	margin: 1px;}
	
.hl {color: #CC3300;}

.small {font-size: 9px;}
