@charset "utf-8";
BODY {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table, span, p, div {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #999999;
}
.subtitle    {
	font-size: 130%;
	color: #CB7238;
	text-decoration: none;
}
.boldtext {
	font-size: 100%;
	font-weight: bold
}
.text    {
	font-size: 100%;
	text-decoration: none
}
.largetext    {
	font-size: 130%;
	text-decoration: none;
	line-height:150%
}
.smalltext {
	font-size:90%;
	text-decoration: none
}
.smalltext-bold {
	font-size: 90%;
	font-weight: bold
}

A:link { COLOR: #a8a8a8; TEXT-DECORATION: none }
A:visited { COLOR: #a8a8a8; TEXT-DECORATION: underline }
A:hover { 	COLOR: #d3e95b; TEXT-DECORATION: underline }