body {
	top: 10px;
	background-color: #FFFFCC;
}
a:link {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #FF9900;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
}
.table-border {
	background-color: #FFFFFF;
	background-position: center top;
	border: 2px solid #FF9900;
	width: 550px;
	position: static;
}
.table-content {
	background-color: #FFFFFF;
	background-position: center top;
	width: 550px;
	position: static;
	padding: 4px;
}
.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #003399;
	font-weight: bold;
	line-height: 30px;
}
.header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #336699;
	line-height: 20px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
