body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/pageBg.gif);
	background-repeat:repeat-x;
	background-color:#EBEBEB;
}
.bg-green {
	background-color: #518A05;
}
.bg-grey {
	background-color: #9D9D9D;
}
.menuBg {
background-color:#81AD3C;
}

.menuTab01 {
	background-image: url(../images/tab01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
        padding-right:8pt;
	font-size: 10pt;
        text-align:center;
	font-weight: normal;
       color:#ffffff;
       cursor:pointer;
}
.menuTab02 {
	background-image: url(../images/tab02.gif);
	background-repeat: no-repeat;
	background-position: bottom;
        text-align:center;
        padding-right:8pt;
	font-size: 10pt;
	font-weight: normal;
       color:#ffffff;
       cursor:pointer;
}
.border {
	border: 1px solid #BBBBBB;
}
.bg-white {
	background-color: #ffffff;
}
.bg-green {
	background-color: #F2CE00;
}
.bg-lightGreen {
	background-color: #E6F1C9;
}
.bg-orange {
background-color:#D07A00;
}


h1 {
	font-size: 21pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #4D6D0A;
}
a:hover {
	text-decoration: underline;
	color: #4D6D0A;
}
a:visited {
	color: #4D6D0A;
}


h3 {
	font-size: 14pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
h6 {
	font-size: 8.5pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
.txt-dkGreen {
	color: #4D6D0A;
}
.txt-white {
	color: #ffffff;
}
.txt-grey {
color:#999999;
}
.txt-dkgrey {
color:#606060;
}
.txt-offGreen {
color:#D4DEBB;
}
.txt-orange {
color:#D07A00;
}

.leftnav01{
cursor:pointer;
color:#999999;
background-image:url(../images/leftDef.gif);
background-repeat:no-repeat;
background-position:left top;
padding-top: 0px;
padding-left: 15px;
padding-right: 5px;
font-weight: bold;
}

.leftnav02 {
background-image:url(../images/leftActive.gif);
background-repeat:no-repeat;
color:#4D6D0A;
background-position:left top;
cursor:pointer;
padding-top: 0px;
padding-left: 15px;
padding-right: 5px;
font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: disc;
}