body {
	background-color: #030002;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: top center;
	background-repeat: no-repeat;
}

.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.textbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5B7179;
	font-weight: normal;
}
a.menu:link, a.menu:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5B7179;
}
a.menu:hover, a.menu:active {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a:link img, a:visited img, a:hover img, a:active img {
	border-color: #FFFFFF;
}


