@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.form_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.form_style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:#BF0000;
}
.text_menu {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #999999;
}
a.topmenu:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.topmenu:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.topmenu:hover {
	text-decoration: none;
	color: #FFFF00;
}
a.topmenu:active {
	text-decoration: none;
	color: #FFFFFF;
}

