@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image:url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #004e98;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #004e98;
}
a:hover {
	text-decoration: underline;
	color: #003;
}
a:active {
	text-decoration: none;
	color: #004e98;
}
#container{
	width:100%;
	}
#inner_container{
	margin:0 auto ;
	width:898px;
	background-color:#030;
	}
#content{
	width:876px;
	height:260px;
	padding:10px;
	margin:0 auto;
	overflow-x:hidden;
	overflow-y:auto;
	background-color:#FFF;
	border-right:1px solid #747474;
	border-left:1px solid #747474;
	}
#end_shell{
	background-image:url(../images/bottom_shell.gif);
	background-repeat:no-repeat;
	height:14px;
	width:898px;
	margin:0 auto;
	}
#footer{
	width:898px;
	margin:0 auto;
	height:55px;
	padding-top:10px;
	}