h1 {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color: #CC9900;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;


}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 11px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}
a:link {
	color: #CC9900;
	text-decoration: none;
	font-weight: bold;


}
a:visited {
	color: #9999CC;
	text-decoration: none;
	font-weight: bold;


}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;

}
body {
	background-color: #535477;
}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-style: italic;
	color: #FFFFFF;
}
ul {
	list-style-type: square;

}
h3 {
	font-size: small;
	font-weight: bold;
	color: #CC0000;
	font-family: "Courier New", Courier, mono;
	font-style: italic;


}
.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
