﻿@charset "UTF-8";
body {
	background-color: #99ca3c;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	width: 100%;
	margin: 0px;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
html {
	overflow-y: scroll;
}
.headings {
	font-style: italic;
	color: #999999;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 77px;
	width: 733px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}
#container {
	padding: 0px;
	height: 700px;
	width: 733px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-repeat: repeat-y;
	background-position: center top;
	width: 733px;
	margin: 0px;
	padding: 0px;
	clear: both;
	background-image: url(images/body_bottom.jpg);
}
#nav {
	background-image: url(images/nave_base.jpg);
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 733px;
	position: relative;
	text-align: center;
	color: #FFFFFF;
	line-height: 11px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.remark {
	line-height: 20px;
}
.active_page {
	color: #99ca3c;
}
#header {
	margin: 0px;
	height: 150px;
	width: 733px;
	position: relative;
}
#content1 {
	height: auto;
	width: 733px;
	margin: 0px;
	background-image: url(images/body_top.jpg);
	background-repeat: no-repeat;
}
#nav_1 {
	height: 32px;
	width: 127px;
	position: relative;
	float: left;
	text-align: center;
}
#nav_2 {
	height: 32px;
	width: 119px;
	position: relative;
	float: left;
}
#nav_3 {
	height: 32px;
	width: 120px;
	position: relative;
	float: left;
}
#nav_4 {
	height: 32px;
	width: 119px;
	position: relative;
	float: left;
}
#nav_5 {
	height: 32px;
	width: 120px;
	position: relative;
	float: left;
}
#nav_6 {
	height: 32px;
	width: 128px;
	position: relative;
	float: right;
}
#nav_1a {
	height: 32px;
	width: 127px;
	position: relative;
	float: left;
	text-align: center;
	background-image: url(images/nav_01.jpg);
}
#nav_2a {
	height: 32px;
	width: 119px;
	position: relative;
	float: left;
	background-image: url(images/nav_02.jpg);
}
#nav_3a {
	height: 32px;
	width: 120px;
	position: relative;
	float: left;
	background-image: url(images/nav_03.jpg);
}
#nav_4a {
	height: 32px;
	width: 119px;
	position: relative;
	float: left;
	background-image: url(images/nav_04.jpg);
}
#nav_5a {
	height: 32px;
	width: 120px;
	position: relative;
	float: left;
	background-image: url(images/nav_05.jpg);
}
#nav_6a {
	height: 32px;
	width: 128px;
	position: relative;
	float: right;
	background-image: url(images/nav_06.jpg);
}
.cath {
	font-size: medium;
}
.red {
	font-style: italic;
	color: #FF0000;
}


