BODY
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #000000;
}

P
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000000;
	line-height: 17px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

H1
{
font-family: "Bookman Old Style", "Book Antiqua", verdana;
color:black;
font-size:20px;
}

H2
{
font-family: "Bookman Old Style", "Book Antiqua", verdana;
color:black;
font-size:17px;
}

H2.greenTight
{
	font-family: "Bookman Old Style", "Book Antiqua", verdana;
	color:#004D2B;
	font-size:17px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}

H3
{
font-family: "Bookman Old Style", "Book Antiqua", verdana;
color:black;
font-size:15px;
}

H3.greenTight
{
	font-family: "Bookman Old Style", "Book Antiqua", verdana;
	color:#004D2B;
	font-size:15px;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
}

H4
{
font-family: "Bookman Old Style", "Book Antiqua", verdana;
color:black;
font-size:14px;
}

H5
{
font-family: "Bookman Old Style", "Book Antiqua", verdana;
color:black;
font-size:10px;
}

A
{
color:#000099;
text-decoration:underline;
}

A:hover
{
color:#0000FF;
text-decoration:none;
}

.center
{
text-align:center;
}

.nav
{
color:#F4A534;
font-weight:bold;
font-style:bold;
font-size:10pt;
}

.subnav
{
color:#00578F;
font-weight:bold;
font-style:bold;
font-size:10pt;
}

.blue
{
color:#00578F;
}

BLOCKQUOTE
{
font-size:14px;
font-family:courier new;
}

.red
{
color:red;
}.blue_bground {  background-color: 65C3FF}

.forms
{
font-size:8pt;
}

.small-text {
font-size: 11px; 
color: #000000
}

.small-centered {
font-size: 11px; 
color: #000000;
text-align:center;
}

.tight {
	margin: 1px;
	padding: 1px;
}
/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
margin-left: 12px;
padding-left: 5px;
font-size:14px;
} 

LI   {
margin-bottom: 8px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
margin-left: 12px;
padding-left: 5px;
font-size:14px;
} 
/* ------------------------------- */

.borderall
{
	border-style: solid;
	border-color: Black;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.table_space_left_bottom {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.table_space_right_bottom {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}
hr {
	color: #000000;
	background-color: #000000;
	height: 5px;
}

div.imgLeft
  {
	height:auto;
	width:auto;
	float:left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
  }
  
  div.imgRight
  {
	height:auto;
	width:auto;
	float:right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
  }
