@import url("initial.css");

body {
	margin: 0 auto;
	padding: 0px;
	font: normal 100% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #D8D8D8 url("../images/body-bg.jpg") top center repeat-x;
}
#bodyleft{ height:521px; width:11px; background-image:url("../images/body-box-left.jpg"); background-repeat:no-repeat;}
#bodycenter{ height:521px; background-image:url("../images/body-box-center.jpg"); background-repeat:repeat-x;}
#bodyright{ height:521px; width:11px; background-image:url("../images/body-box-right.jpg"); background-repeat:no-repeat;}

a:link, a:active, a:visited {
	color: #808285;
	font-weight: normal;
	text-decoration: none;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
a:hover {
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	color: #808285;
	font-weight: normal;
	text-decoration: underline;
	border-bottom: none;
}

.none {
	margin: 0 !important;
}

/* head_session */

.frtcopys {
	font: normal 11px Tahoma, Arial, Verdana, sans-serif;
	color:#333333;
	text-align: center;
	line-height: 25px;
}