body,td,th {
	color: #2F4E6F;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}
body {
	background-color: #2f4e6f;
	background-image:  url(imgs/site/bg-main.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
}
a:link {
	color: #E1521A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #E1521A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #98B1C4;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: line-through;
}
.header {
	color:#000000;
	font-weight: bold;
}
.topictables {
	border-color:#2f4e6f;
}