html, body{
  height:100%;
}
body {
	background-color: #140C75;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
td {
  font-size: 12px;
}
a:link {
  color: #3399cc;
}
a:visited {
  color: #999999;
}
a:hover {
 color: #E7AF23;
}
p, dt, dd, li {
  /*font-size: 75%;*/
}
h1, h2, h3, h4 {
  font-weight: bold;
	padding: 0;
	margin: 0;
	color: #000000;
}
h1 {
  font-size: 20px;
}
h2 {
  padding-top: 15px;
	font-size: 16px;
}
h3 {
  padding-top: 15px;
	font-size: 14px;
}
h4 {
  padding-top: 15px;
	font-size: 12px;
}
dt {
  color: #140C75;
	font-weight: bold;
	padding-top: 10px;
}
ol {
	font-weight: bold;
}
ol li {
  padding-top: 10px;
}
ul {
  font-weight: normal;
}
ol ol {
  font-weight: normal;
}
hr {
  color: #888888;
	background-color: #888888;
	height: 1px;
	border: 0;
	width: 100%;
}
#layouttable {
  height: 100%;
}
#goback {
  height: 30px;
}
#pagefooter{
  height: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #888888;
	font-size: 11px;
}
.navbar {
	background-image: url(images/navbar-spacer.gif);
	background-repeat: repeat-x;
}
.bodyleft {
	background-image: url(images/body-left.gif);
	background-repeat: repeat-y;
}
.bodyright {
	background-image: url(images/body-right.gif);
	background-repeat: repeat-y;
}
.listnote {
	padding-top: 10px;
  font-weight: normal;
}
.listquote {
	padding-top: 10px;
	font-weight: normal;
	font-style: italic;
}
.listfootnote {
  background-color: #FFE7AB;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 5px;
	margin-top: 10px;
	padding-bottom: 5px;
}
.formlabel {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 140px;
	height: 30px;
	text-align: left;
	padding: 5px;


}
.formsection {
	background-color: #140C75;
	padding-left: 5px;
	height: 30px;
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;


}
.formnote {
	background-color: #FFE7AB;
	padding-left: 5px;
	height: 30px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.forminput {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding: 2px;
}
input, textarea {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.checkboxlayout {
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.radiobtnlayout {
	text-align: center;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.paranote {
  background-color: #FFE7AB;
	padding-left: 5px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.paranote a:link {
  color: #006699;
}
.paranote a:visited {
  color: #666666;
}
.paranote a:hover {
  color: #993600;
}