body,td,th {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color:#000033;
}
a:link {
	text-decoration: none;
	color:#CC0000;
	background:inherit;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	background:inherit;
}
a:hover {
	text-decoration: none;
	color:#0000FF;
	background:inherit;
}
a:active {
	text-decoration: none;
	color: #0000FF;
	background:inherit;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color:#990000;
	font-style:oblique;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	font-style:normal;
	margin:5px 10px 5px 10px;
}
h3 {
	font-size: 11px;
	color: #FFFFFF;
}
p {
	margin:5px 10px 5px 10px;
}
.large {
	font-size: 16px;
}
.green {
	color:#00CC00
	background: inherit;
}
.bold {
	font-weight: bold;
}
#imgright {
  	float: right;
 	border: 3px solid #000000;
  	margin: 0 0 5px 10px;
  	padding: 5px;
}
#imgleft {
  	float:left;
  	border:3px solid #000000;
  	margin:0px 20px 0px 0px;
  	padding: 5px;
}
#imgcenter {
  	border:3px solid #000000;
  	margin:0px 20px 0px 0px;
  	padding: 5px;
}