@charset "utf-8";
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
	list-style-type: disc;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #C3A204;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #DDC973;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16px;
	color: #C3A204;
	text-decoration: underline;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #DDC973;
	text-decoration: underline;
}
body {
	background-image: url(images/bg.gif);
}

