body{
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #739A52;
}
comment{
	font-size: x-small;
}
h1, h2, h3, h4, h5, h6{
	margin: 0px;
}
h2{
	margin: 0px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h3{
	margin: 0px 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
h4{
	margin: 0px 14px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
h5{
	margin: 0px 15px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a {
	text-decoration: none;
}
#container{
	width: 760px;
	background-color: white;
	border: 5px solid #333333;
	margin: 0 auto;
}
#header{
	margin: 0px;
	background-image: url(images/header.jpg);
	background-color: #999999;
	text-align: left;
	height: 90px;
	padding-top: 25px;
	padding-left: 10px;
}
#header h1 a {
	color: #000000;
}
#header h2 {
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	display: block;
	border-bottom-style: none;
}
#main{
	margin: 10px 5px 5px 5px;
	text-align: left;
}
#menu{
	margin: 0px;
	color: white;
	background-color: #333333;
	text-align: center;
	height: 20px;
	width: 100%;
}
#menu ul {
	display: inline;
}
#menu ul li {
	display: inline;
}
#menu ul li a
{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}
#menu ul li a:hover
{
	text-decoration: underline;
}
table{
	font: normal normal 12px Arial, Helvetica, sans-serif;
}
#main .notice{
	color: Red;
	text-align: center;
}
#contact{
	text-align: center;
}
#contact table{
	font: normal normal 9px Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 0px solid black;
	color: White;
	background-color: Navy;
}
#contact table a{
	color: White;
}
#contact h3{
	background: transparent;
}
#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
#footer ul {
	display: inline;
}
#footer ul li {
	display: inline;
}
#footer ul li a
{
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}
#footer ul li a:hover
{
	text-decoration: underline;
}
.Centerd_H4{
	margin: 0px 14px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}
#border
{
	border: 1px solid #006600;
}
.ital{
	font-style: italic;
	font: Geneva, Arial, Helvetica, sans-serif;
}