﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	text-align:center;
	margin: 0px;
}
/* the style below sets the page banner */
#pageBanner {
	color: #008000;
	background: url('images/bannerlf.png') no-repeat;
	padding: 20px 0px 20px 90px;
	font: bold 36px Georgia, Times, serif;
}
a {
	color: #0000FF;
}
a:active {
	color: #0000FF;
}
a:link {
	color: #0000FF;
}
a:hover {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #009900;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: large;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: medium;
	font-weight: bold;
}
h4 {
	font-size:small;
	font-weight:bold;
}
hr {
	color:green;
	background-color:green;
	width: 90%;
	border-width:0;
	height: 2px;
}
li {
	list-style-image: url('images/bullet1.gif');
	padding-bottom: 7px;
}
th {
	font-weight: bold;
	font-size: medium;
}
#tablemain {
	margin:auto;
}
.b {
	font-weight:bold;
}
.b1p {
	border: 1px solid #000000;
}
.b1pleft {
	border: 1px solid #000000;
	text-align: left;
}
.b2p {
	border: 2px solid #000000;
}
.bg_green {
	background-color: #00CC66;
}
.bluetext {
	color: #0000FF;
}
.bwidth0 {
	border-width: 0px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.margin0tb {
	margin-top: 0;
	margin-bottom: 0;
}
.middle {
	margin: auto;
}
.redtext {
	color: red
}
.right {
	text-align: right;
}
.smallxx8pt {
	font-size: 8pt;
}
.u {
	text-decoration:underline;
}
.ub {
	font-weight: bold;
	text-decoration: underline;
}


