body { 

	background: #83BB93;
	margin: 0;
	padding: 0;
}

td { 

	font-family: "Verdana", "Arial", "Tahoma"; 
	font-size: 10px; 
	line-height: 140%; 
	color: black; 
}

A:link {

	color: #D02F2F; 
	text-decoration:none;
}

A:visited {

	color: #1E5AAB; 
	text-decoration:none;
}

A:hover {

	color: blue;
	text-decoration:underline;
}

A:link.menu {

	color: #FFFFFF;
	font-weight:bold; 
	text-decoration:none;
}

A:visited.menu {

	color: #FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}

A:hover.menu {

	color: #ADDCB9;
	font-weight:bold;
	text-decoration:none;
}

.blank {

	font-size: 1pt;
}

.banner {

	font-size: 12px;
	color: #375AAF;
	font-weight:bold;
}

.mainBG {

	background: url('images/bg.gif') repeat-x;
}

.inputBox {

	border-top: #919598 1px solid; 
	border-right: #919598 1px solid; 
	border-left: #919598 1px solid; 
	border-bottom: #919598 1px solid;
	background: #ffffff;
	font-size: 8pt;
	
//Page Organizer//
}
.para {
  font-family: "Verdana","Arial","sans-serif";
  font-size: 10pt;
}

a.headings:link {
  color: #000000;
  text-decoration:underline;
  width:100%;
}

a.headings:visited {
  color: #1E5AAB;
  width:100%
}

a.headings:hover {
  color: blue#ff9933;
  text-decoration:none;
  width:100%
}

a.headings:active {
  color: #0000ff;
  width:100%
}

a.headings {
  background-repeat: no-repeat;
  font-family: "Verdana","arial","sans-serif";
  font-size: 12px;
}
ul{
list-style-image: url('images/bullet_1.gif')
}
hr {
  border: 0;
  width: 80%;
text-align: left;
color: #E69C57;
}
//forms//
label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 
input
{
color: #781351;
background: #ffffff;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #781351;
width: 20em
}

legend
{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}