A {
	font-family: Arial, Helvetica, Helv, sans-serif;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	color: #2A559F;
}
form {
	display: inline;
}

A:link {
       background: transparent;
       color: #E27226;
       text-decoration: underline;
}
A:visited {
       background: transparent;
       color: #E27226;
       text-decoration: underline;
}

A:active {
       background: transparent;
       color: #2A559F;
       text-decoration: underline;
}
A:hover {
       text-decoration: underline;
       color: #2A559F;
}
h1 {
	font-size: 14pt;
}
tr.listItem:hover {
  text-decoration: underline;
  color: #E27226;
}
p {
  margin: 1em 0;
  padding-left:2px;
  padding-right:2px;
  text-align:justify;
}
th {
  color:#F08621;
}
#page_content {
	font-family: Arial, Helvetica, sans-serif;
	width: 550px;

}
#center_content {
	border-top: 0px none;
	border-right: 1px solid #9FA1A4;
	border-bottom: 0px none;
	border-left: 1px solid #9FA1A4;
}
#header_banner {
	height: 80px;
	width: 550px;
	background-color: #CCCCCC;
}
#lead_generation {
	height: 0px;
	width: 480px;
	overflow: hidden;	
}
.pageHeader {
	font-weight:bold;
	color: #F08621;
	font-size:12pt;
}
.warning {
	color: #FF0000;
}
.copyright {
	font-size: 8pt;
	color: #999999;
}
.formLabel {
	vertical-align:top;
	text-transform:lowercase;
	text-align:right;
	font-size:11pt;
	font-weight:bold;
}
.hrule {
	background-color:#9FA1A4;
	height: 1px;
	width: 420px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.spacer {
	background-color: #FFFFFF;
	height: 5px;
	width: 420px;
}
.button {
	background-color: #73666C;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.moveDown {
	text-align:left;
	float:left;
	padding:0px;
	margin:0px;
}
.moveUp {
	text-align:right;
	padding:0px;
	margin:0px;
}
.noItem {
	background-color: #DAE2EE;
	color: #FF2900;
	text-align:center;
}
.smallBWNotice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6pt;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #7C7C7C;
	text-decoration: none;
	width: 100%;
	text-align: center;
}
tr.alt1 {
	background-color:#D9E1EE;
}
tr.alt0 {
	background-color:#FFE8D9;
}
table {
	border-collapse: collapse;
}
input[type='text'],select {
	width:200px;
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left:2px;
	color: #414141;
}
input[type='checkbox'] {
	width:14px;
	padding-left:2px;
	color: #414141;
}
button {
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 8pt;
	background-color: #DBD6D3;
	color: #414141;
	font-weight: bold;
}
button[disabled] {
	border: 1px solid #414141;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color:#D4D0C8;
	color:#AFAFAF;
	font-weight: bold;
}
option {
	font-family: Arial, Helvetica, sans-serif;
	height: 12px;
	font-size:8pt;
	color: #414141;
}
textarea {
	border: 1px solid #32505E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #414141;
	width:400px;
	height:100px;
}