@import url("section.css");
@import url("module.css");
*{
	margin: 0px;
	padding: 0px;
}
html{
	margin-bottom: 1px;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #660000;
	background-image: url(../images/bg-web.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
h1, h2, h3, h4, h5, h6{
	padding-bottom: 6px;
	color: #993333;
}
p{
	padding-bottom: 6px;
}
a:link, a:visited{
	color: #FF9900;
	text-decoration: underline;
}
a:hover, a:active{
	color: #999999;
	text-decoration: none;
}
label, legend{
}
input, select{
}
option{
}
ul, ol, blockquote{
	margin-left: 30px;
}
fieldset{
}
hr{
	margin-top: 3px;
	margin-bottom: 3px;
}



div.outer-head-shell{
	height: auto;
}
.outer-head-shell div.inner-head-shell{
	width: 750px;
	background-image: url(../images/bg-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
}
div.outer-tbar-shell{
	height: auto;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DAD09C;
	border-bottom-color: #716B5B;
	clear: both;
}
.outer-tbar-shell div.inner-tbar-shell{
	height: 30px;
	background-color: #B1A142;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
div.outer-body-shell{
	height: auto;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.outer-body-shell div.inner-body-shell{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.inner-body-shell table tbody tr td.ls{
	width: 240px;
	background-color: #DCDFCA;
}
.inner-body-shell table tbody tr td.cs{
	width: auto;
}
.inner-body-shell table tbody tr td.cs div#module{
	height: 290px;
	overflow: auto;
	padding: 5px;
}
.inner-body-shell table tbody tr td.rs{
	width: 120px;
}
div.outer-foot-shell{}
.outer-foot-shell div.inner-foot-shell{
	line-height: 30px;
	text-align: center;
	height: 30px;
	color: #FFFFFF;
}

