@charset "utf-8";
/* CSS Document */

body {
	font : 72%/1.5 "Arial", Helvetica, sans-serif; color : #000;
}
p {
	font-size : medium;
	margin: 0 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.tableText {
	font-size : 100%;
	margin: 5px 5px 5px 5px; 
}

a:link {
	color:#5E7EBF;
	text-decoration:underline;
}
a:visited {
	color:#617936;
	text-decoration:underline;
}

h2
{
	margin: 0;
	font-weight: bold;
	font-size: large;
	color:#000000;
	background:url(../images/h2_background.jpg) no-repeat left top;
	padding:8px 0 10px 10px;
	width:100%;
}
h3
{
  margin: 0;
  font-weight: bold;
  font-size: 1.36em;
  color:#000000;
  background:url(../images/h3_background.jpg) no-repeat left top;
  padding:8px 0 10px 10px;
  width:100%;
}
h4
{
  margin: 0;
  font-weight: bold;
  font-size: 1.36em;
  color:#000000;
  background:url(../images/h4_header.jpg) no-repeat left top;
  padding:8px 0 10px 10px;
  width:100%;
}
h5
{
  margin: 0;
  font-weight: bold;
  font-size: 1.36em;
  color:#000000;
  background:url(../images/h5_header.jpg) no-repeat left top;
  padding:8px 0 10px 10px;
  width:100%;
}
h6
{
  margin: 0;
  font-weight: bold;
  font-size: 1.36em;
  color:#000000;
  background:url(../images/h6_header.jpg) no-repeat left top;
  padding:8px 0 10px 10px;
  width:100%;
}
.blueText {
	color:#5E7EBF;
}
.blueTextBold {
	color:#5E7EBF;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bluetextboldlarge {
	color:#5E7EBF;
	font-size: large;
	font-weight: bold;
}
.bluetextboldmed {
	color:#5E7EBF;
	font-size: medium;
	font-weight: bold;
}
.REDishtextboldsmall {
	color:#900;
	font-size: small;
	font-weight: bold;	
}
.bluetextboldsm {
	color:#5E7EBF;
	font-size: small;
	font-weight: bold;
}
.greenText {
	color:#617936;
}
.greenTextBoldsmall {
	color:#617936;
	font-size: small;
	font-weight: bold;
}
.greenTextBoldmed {
	color:#617936;
	font-size: medium;
	font-weight: bold;
}
.lgtext {
	color:#000000;
	font-size: large;
}
.rustText {
	color:#683720;
}
.rustTextBold {
	color:#683720;
	font-weight:bold;
}
.whitetext {
	color:#ffffff;
	font-size: small;
}
.blacktext {
	color:#000000;
	font-size: small;
}
.textInBlueBox {
	color:#ffffff;
	background-color:#5E7EBF;
	padding:5px;
	font-size: medium;
	font-weight: bold;
}
.textInGreenBox {
	color:#ffffff;
	background-color:#617936;
	padding:5px;
}
.textInRustBox {
	color:#ffffff;
	background-color:#683720;
	padding:5px;
}
#footer, .footer {
	background-color:#617936;
	color:#FFFFFF;
	font-size:10px;
	font-weight:normal;
	padding:7px;
}
#footer a:link, a:visited, a:active {
	color:#FFFFFF;
}
