@charset "utf-8";
body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	color: #666666;
	background-color: #ECE9D8;
	text-align: center;
	padding: 10px;
}
h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
}
td, table {
	text-align: center;
	padding: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	table-layout: fixed;
}

h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
a {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666633;
}
a:active {
	text-decoration: none;
	color: #666666;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: oblique;
	color: #333333;
}
#container {
	padding: 5px;
	width: 780px;
	margin-top: 5px;
	margin-right: 150px;
	margin-bottom: 5px;
	margin-left: 150px;
}

