@charset "utf-8";
body {
	background-color: #bcbcbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color: #204572;
	font-weight: bold;
}
a:hover {
	text-decoration:none;
	color: #000000;
}
table tr #on_head {
	background-color:#F3F3F3;
}
table tr #on {
	background-color:#D9E8FD;
}
table tr #off {
	background-color:#FFFFFF;
}

.error {
	color:#FF0000;
	font-weight:bold;
}

.content {
	padding-left:20px;
}

.footer {
	color:#FFFFFF;
	height:50px;
	background:url(../images/menu_034_bg.jpg) repeat-x;
	margin:0;
}
/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/


#menu {
	/*		margin:0 auto;*/
width:700px;
	height:59px;
	background:url(../images/menu_034_bg.jpg) repeat-x;
}
#menu ul {
	list-style:none;
	margin:0 auto;
	width:500px;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	height:59px;
	line-height:59px;
}
#menu li a {
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
}
#menu li a:hover {
	color:#fff;
	background:url(../images/menu_034_h.jpg) no-repeat bottom;
}
#menu li a.current {
	display:block;
	float:left;
	background:url(../images/menu_034_h.jpg) no-repeat bottom;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
}
#menu li a:hover.current {
	color:#fff;
}
