@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;
}
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: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cc0000;
}
a.menu:visited {
  	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
    color: #FFFF00;
  	text-decoration: none;
	font-weight: bold;
}
a.menu:active {
  	text-decoration: none;
	font-weight: bold;
}
a.menu:link {
	text-decoration: none;
	font-weight: bold;
}
a.menu{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}