* {
  padding: 0; 
  margin: 0;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}
body { 
	background-color: white; 
	background-image: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	font-weight: normal; 
	font-style: normal; 
  padding: 10px;
}
p { 
	color: black; 
	font-weight: normal; 
	font-style: normal; 
}
td { 
	color: black; 
	font-variant: normal; 
	text-align: center; 
}
a:link { 
	color: #00379B; 
	font-size: inherit; 
	font-weight: inherit; 
	font-style: inherit; 
	text-decoration: underline; 
}
a:visited { 
	color: #00379B; 
	text-decoration: underline; 
}
a:hover { 
	color: #D32300; 
	text-decoration: underline; 
}
a:active { 
	text-decoration: underline; 
}
a:link.columnheader { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
a:visited.columnheader { 
	color: #FFFFFF; 
	text-decoration: underline; 
}
#banner { 
	z-index: 3; 
	clear: both; 
  margin-left: auto;
  margin-right: auto;
	text-align: center; 
}
#main { 
	position: absolute; 
	z-index: 1; 
	visibility: visible; 
	padding: 15px; 
}
#total {
	z-index: 1; 
  float: right;
  border: 2px solid #999999;
  background-color: white;
  position: absolute;
  width: 200px;
  padding: 10px;
  top: 10px;
  left: 730px;
}
div.centered {
  text-align: center; 
}
h1 { 
	color: #00379B; 
	font-size: 28px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
  padding-bottom: 5px;
}
h2 { 
	color: #00379B; 
	font-size: 22px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none; 
}
h3 { 
	color: #00379B; 
  font-size: 18px;
	font-style: italic;
}
span.notbolded{
	font-weight: normal;
}
span.note{
	color: #00379B; 
	font-weight: normal;
  font-style: normal;
}
span.red {
  color: red;
}
span.unavailable {
  color: gray;
}
td.label{
	padding-right: 10px;
	text-align:left;
	color: #000000;
  vertical-align: top;
}
td.input{
	text-align:left;
}
div.label {
	color: #000000; 
}
p.indent, div.indent {
  padding-left: 20px;
}
div.indent2 {
  padding-left: 45px;
  padding-bottom: 10px;
}
span.label,td.label,div.label{
	font-weight: bold;
}
td.columnheader{
	color: white;
	text-align:center;
	background-color: #00379B;
	font-weight: bold;
	font-size: 12px;
}
td.columndata{
	color: black;
	text-align:center;
	background-color: white;
	font-weight: normal;
	font-size: 12px;
}