body {
	font-size: 10px;
	list-style-position: outside;
	list-style-type: square;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	}
h2 {
	color: #CCCCCC;
	font-size: 24px;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 16px;	
	background-color: #FF9900;  	
	color: #FFFFFF	}
h4 {
	color: #FF9900;
	font-size: 16px;
	font-style: italic;
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
a:link {
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline overline;
	}
a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: underline overline;
	}
.small {
	font-size: 85%;
}
h1 {
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FF9900;
}
h5 {
	font-weight: bold;
	color: #FF6600;
	font-family: "Times New Roman", Times, serif;
}
img.flot {
	float: left;
}
img.flotright {
	float: right;
}

