body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: white;
	color: black;
  margin-top: 5px;
}

A {
	color: #0000EE;
  text-decoration: none;
}

A:Hover {
	color: #FF0000;
  text-decoration: underline;
}

A:visited {
  color: #660066;
}

table {
	border-style: none;
	font-size: 8pt;
}

p, li {
	text-align: justify;
}

img {
	border-style: none;
}

hr {
	border: 0;
	color: #9E1B34;
	background-color: #9E1B34;
	height: 2px;
}

sup, sub {
	font-size: 75%;
}

h3 {
  color: #666666;
	font-size: 10pt;
  font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
}

ul {
	list-style-image: url("images/square.gif");
	list-style-type: square;
}

.ssButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FF6600;
	cursor: pointer;
}

.inputField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #333333;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
}

.headerSection {
	border: 1px solid #9E1B34;
}

.pageTitle {
  color: #666666;
	font-size: 16pt;
  font-weight: bold;
}

.pageSubTitle {
  font-size: 75%;
}

.headerRow {
  background-color: #9E1B34;
  font-weight: bold;
  color: white;
}

.currPage {
  font-weight: bold;
  color: #FFDD55;
	white-space: nowrap;
}

.separator {
  color: white;
	white-space: nowrap;
}

.mainNav A:link, .mainNav A:active, .mainNav A:visited {
  font-weight: bold;
  color: white;
  text-decoration: none;
	white-space: nowrap;
}

.mainNav A:Hover {
  font-weight: bold;
  color: #FFCC44;
  text-decoration: underline;
	white-space: nowrap;
}

.subNav A:link, .subNav A:active, .subNav A:visited {
  font-size: 7pt;
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}

.subNav A:Hover {
  font-size: 7pt;
  font-weight: bold;
  color: #9E1B34;
  text-decoration: underline;
}

.footnote {
	font-size: 6pt;
	font-style: italic;
}

.tableHeader {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

.tableBorder {
  border: 2px solid #9E1B34;
}

.fieldTitle {
	font-weight: bold;
	vertical-align: top;
}

.bodyText {
  text-align: justify;
}

.darkRow {
  background-color: #9E1B34;
}

.lightRow {
  background-color: #FF9900;
}

.blackRow {
  background-color: #000000;
}

.greyRow {
  background-color: #EEEEEE;
}
