@charset "utf-8";
/* CSS Document */
a{	font:normal 12px Arial; }
a:link { color:#0000CC;	text-decoration: none; }
a:visited {	color: #0000BB;	text-decoration: none; }
a:hover { color: #990000; text-decoration: none; }
a:active { color: #C3861B;	text-decoration: none; }

a.topmenu:link {color: #ffffff; text-decoration: none;}
a.topmenu:visited {color: #ffffff; text-decoration: none;}
a.topmenu:hover {color: #eeff00; text-decoration: none;}
a.topmenu:active {color: #ffffff; text-decoration: none;}
.topmenu {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	color: #FF0000;
}

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(bg_main.gif);*/
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
