@charset "utf-8";
/* CSS Document */

.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #FFFFFF;
}
.tablebottom {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	color: #ffcc99;
}
a:visited {
	color: #ffcc99;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF9933;
}
a.yellow:link {
	color: #FFFF66;
}
a.white:link {
	color: #FFFFFF;
}
body {
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.logoleft {
	vertical-align:top;
	text-align:left;
	float:left;
	width:220px;
}
.logoright {
	vertical-align:top;
	text-align:right;
}