﻿body
{
    font-size: 12px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #007335;
    font-style: normal;
    margin: 0;
    height: 100%;
    padding: 0;
}

img 
{
  border: none;
}

p, td, li, ul, ol, a
{
	color: #3B2314;
}

td 
{
	font-size:12px;
	margin: 0, 0, 0, 0,;
}

h1, h2, h3, h4, h5, h6
{
	color: #3B2314;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	letter-spacing:0.025em;	
	margin: .6em 0;
}

h1 
{
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

h2 
{
   font-size: 22px;
   font-weight: bold;
}

h3 
{
   font-size: 20px;
}

h4 
{
   font-size: 18px;
   font-weight: bold;
}

h5 
{
   font-size: 12px;
}

h6
{
    font-size: 9px;
}

a
{
	text-decoration: none;
	color:#009448;
}

a:hover
{
	text-decoration: underline;
}

.txtGen9 
{
    font-size: 9px;
}

.txtGen10
{
    font-size: 10px;
}

.txtGen12
{
    font-size: 12px;
}

.txtGen11
{
    font-size: 11px;
}

.txtGen13
{
    font-size: 13px;
}

.txtGen14
{
    font-size: 14px;
}

.txtGen15
{
    font-size: 15px;
}

.txtGen16
{
    font-size: 16px;
}

.txtGen18
{
    font-size: 18px;
}

.txtGen20
{
    font-size: 20px;
}

.txtGen24
{
    font-size: 24px;
}

.bold {
	font-weight: bold;
}

#page_wrapper 
{
    width: 978px;
	background-color:#007335;
	margin:0 auto;
	padding:0;
}

#banner 
{
    padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-right: 50px;
    width: 878px;
    height: 207px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#footer
{
	padding: 0;
    margin: 0;
    margin-left: 50px;
    margin-right: 50px;
    width: 878px;
    height: 126px;
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    overflow: hidden;
}

#content_center
{
	width: 878px;
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
	min-height: 350px;
}

#banner_menu
{
	width: 878px;
	background-color:#ffffff;
	margin:0 auto;
	padding:0;
	height:50px;
}

.tableStyle1 
{
    border: solid 1px #007335;
    background-color: #fff;
}

.tableStyle1 td
{
	border: solid 1px #007335;
}