body,td,th, p, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #de6d28;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DE6D28;
}
a:hover {
	text-decoration: underline;
	color: #DE6D28;
}
a:active {
	text-decoration: none;
	color: #DE6D28;
}

a.menu:link {
	color: #6380B5;
	font-weight: bold;
	text-decoration: none;
}
a.menu:visited {
	text-decoration: none;
	color: #6380B5;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #DE6D28;
	font-weight: bold;
}
a.menu:active {
	text-decoration: none;
	color: #DE6D28;
	font-weight: bold;
}


.hometextfield {
	height: 177px;
	width: 219px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	white-space: normal;
	display: list-item;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #6380B5;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
}

.bkgd-left {
	background-image: url(images/form-lft-bkgd.gif);
	background-repeat: repeat-y;
	background-position: left;
}	
.bkgd-right {
	background-image: url(images/form-rt-bkgd.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.green-rule {
	border: thin solid #98a75b;
}
.address {
	font-size: 10px;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #6380b5;
}

.button{
	font-family: Arial, Helvetica, sans-serif;
	background: #6380B5;
	border:2px outset #cccccc;
	color: #fff;
	padding: 2px;
}
.button:hover{
	background: #98a75b;
	border:2px inset #cccccc;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

h1, .head1 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 18px;
  color: #6380B5;
  font-weight: bold;
}

h2, .head2 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 16px;
  color: #6380B5;
  font-weight: bold;
}

h3, .head3 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 14px;
  color: #6380B5;
  font-weight: bold;
}

h4, h5, h6, .head4 {
  font-family:Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #6380B5;
  font-weight: bold;
}

td.cell_light {background-color: #98a75b; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000}
td.cell_medium {background-color: #6380B5; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF;}
td.cell_dark {background-color: #6380B5; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #FFFFFF; font-weight: bold}
td.cell_white {background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #666666}
td.cell_black {background-color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 11px;  color: #FFFFFF; font-weight: bold}

