/* CSS Document */
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #EFD694;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #E6BE57;
}
a:active {
	text-decoration: none;
}
.goldtext {color: #EFD694}
.normaltext {font-size: 12px}
.normaltextgold {font-size: 12px; color: #EFD694}
.textbold {font-weight: bold}
