body, form, ul, ul li, h3, h4, p {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
body, table {
	font: 12px Verdana, Tahoma, serif;
	color: #39454e;
}
body {
	background-color: #fff;
}
table tr {
	vertical-align: top;
}
#top_logo, #Nav, #home_line, .heavy, .light, .light2, #content, #bottom, #inner_line {
	width: 100%;
	min-width: 1000px;
}
#top_logo, #Nav, #home_line, .heavy, .light, .light2, #inner_line {
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) <= 1000 ? '1000px' : 'auto');
}
#top_logo {
	background: url('../img/top_bg.jpg') no-repeat left top;
	height: 94px;
}
#top_logo img {
	margin: 27px 0 0 57px;
}
#Nav {
	height: 25px;
	background-color: #08274f;
}
#Nav li {
	padding: 5px 0 0 25px;
	float: left;
}
#Nav li.first {
	padding-left: 40px;
}
#Nav li a {
	color: #fff;
	text-decoration: none;
}
#Nav li a:hover {
	color: #f7d8b0;
}
#home_line {
	height: 221px;
	background: #E7DDE3 url('../img/home_line_r.jpg') no-repeat right top;
}
#inner_line {
	height: 81px;
	background: #E7DDE3 url('../img/inner_line_r.jpg') no-repeat right top;
}
#logo {
	margin: 0 0 82px -316px;
}
.heavy, .light, .light2 {
	font-size: 1px;
	line-height: 1px;
}
.heavy {
	height: 17px;
	background: #08274f url('../img/heavy_bg.gif');
}
.light, .light2 {
	height: 12px;
	background-color: #f7d8b0;
}
.light2 {
	height: 9px;
}
#content td {
	padding: 30px 0 50px;
}
#content td.inner {
	padding-top: 0;
}
#content .left, #bottom .left {
	border-right: #fcefde 1px solid;
	width: 263px;
}
#content .lcont, #bottom .lcont {
	padding: 0 25px;
	width: 263px;
	max-width: 203px;
}
#content .grey {
	padding: 31px 25px 15px;
	background-color: #f8f8f8;
}
#content .date, #bottom {
	font-weight: bold;
	font-size: 10px;
}
#content .date {
	display: block;
}
#content .left .link {
	font-size: 11px;
	display: block;
	padding-bottom: 13px;
}
#content .right, #bottom .right {
	padding-left: 40px;
	padding-right: 185px;
}
#bottom a {
	color: #4a5a65;
}
#bottom td {
	padding-top: 12px;
	padding-bottom: 20px;
}
#bottom td.right {
	text-align: right;
	background: url('../img/bottom_logo.gif') no-repeat left;
}
#content .strut td, #bottom .strut td {
	padding: 0;
}
#content .strut td.l img, #bottom .strut td.l img {
	width: 263px;
	height: 0;
}
#content .strut td.r img, #bottom .strut td.r img {
	width: 737px;
	height: 0;
}
h3 {
	font: 17px Georgia, Times New Roman, serif;
	padding-bottom: 24px;
	letter-spacing: 1px;
}
.lcont h3 {
	padding-bottom: 9px;
}
#inner_tab {
	float: left;
}
#inner_tab td {
	width: 232px;
	height: 81px;
	text-align: center;
	vertical-align: middle;
	background: #e2e2ec url('../img/inner_line_tab.jpg') no-repeat left top;
	font-size: 24px;
	color: #08274F;
}
#inner_line img {
	float: left;
	margin: 0;
	padding: 0;
}
h4 {
	font: 12px Verdana, Tahoma, serif;
	font-weight: bold;
	color: #000;
	padding-bottom: 14px;
}
p {
	padding-bottom: 16px;
}
.left ul li {
	padding: 0 0 11px 23px;
	font-size: 11px;
	background: url('../img/arrow.gif') no-repeat 0 3px;
}
.also {
	background-color: #F9E3C7;
	padding: 5px 23px 6px;
	color: #000;
	font-weight: bold;
	margin-bottom: 15px;
}
#content .inner .link {
	font-size: 10px;
}
#sitemap li {
	padding: 0 0 11px 23px;
	background: url('../img/arrow.gif') no-repeat 0 2px;
}
#stock_tab {
	border-top: #4a5a65 1px solid;
	border-right: #4a5a65 1px solid;
}
#stock_tab td {
	border-bottom: #4a5a65 1px solid;
	border-left: #4a5a65 1px solid;
	padding: 5px;
}
#stock_tab a {
	font-size: 11px;
}

/* links */
a, a:link, a:visited, a:active {
	color: #0029da;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}