@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color:#93938e;
	background-image:url(../img/body_back.gif);
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
}

a {
	outline:none;
}

#L_MAIN {
	width:975px;
	margin:0px auto;
}

#L_MAIN_LEFT {
	width:10px;
	height:515px;
	background-image:url(../img/shadow_left.png);
	background-position:top right;
	background-repeat:no-repeat;
	float:left;
}

#L_MAIN_RIGHT {
	width:10px;
	height:515px;
	background-image:url(../img/shadow_right.png);
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
}

#L_MAIN_CENTER {
	width:955px;
	float:left;
}

#L_HEAD {
	width:955px;
	border-bottom:3px solid #535457;
	padding-bottom:1px;
	margin-bottom:1px;
}

#L_FOOT {
	border-top:3px solid #535457;
	padding:6px 0px 20px 0px;
	color:#000;
	font-size:0.8em;
	line-height:0.8em;
	clear:both;
}

#L_FOOT a {
	text-decoration:none;
	color:#000;
}

#L_FOOT a:hover {
	color:#93938e;
}

#L_FOOT a.grey {
	text-decoration:none;
	color:#666666;
}

#L_FOOT a.grey:hover {
	color:#93938e;
}

td.menu span {
	display:block;
	width:95px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:17px;
	color:#FFF;
	text-decoration:none;
	background-color:#535457;
}

td.menu a {
	display:block;
	width:95px;
	height:17px;
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	line-height:17px;
	color:#000;
	text-decoration:none;
}

td.menu a:hover {
	color:#fff;
	background-color:#535457;
}

ul {
	padding:10px;
}
a.submenu2:link, a.submenu2:visited {
	font-size:11px;
	font-weight:bold;
	color:#6180AE;
	text-decoration:none;
}
a.submenu2:hover {
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}
