@charset "UTF-8";
body {
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #FFFFCC;
}
h1 {
	font-size: 16pt;
	color: #663300;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#maintable h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #003366;
}
#maintable h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #663300;
	font-weight: normal;
}
#maintable p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 125%;
}
#maintable a:link, #maintable a:visited {
	color: #003366;
	font-weight: bold;
	text-decoration: none;	
}
#maintable a:hover {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;	
}
#maintable {
	background-color: #EBEDBF;
}
#maintable td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
