body {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #CC0000;
	}
	
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	color: #FF6600;
	font-weight: normal;
	line-height: 20px;
	display: block;
}
h2 {
	font-size: 14px;
	color: #FF3300;
	line-height: 16px;
	font-weight: bold;
	background-color: #FFFFCC;
	}
h3 {
	font-size: 12px;
	color: #CC0000;
	line-height: 16px;
		}
h4 {
	font-size: 11px;
	color: #FF6600;
	font-weight: bold;
	font-style: italic;
	}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
