body {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFCC;
}

html, body { 
  height: 100%; 
  min-height: 100%;
  margin: 0 0 1px; 
  padding: 0; 
} 

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
	text-decoration: none;
}

a.nav:hover {
	color: #CC0000;
	text-decoration: underline;
}

/* adding border to top left navigation cell */
.navcell1 {
	border: 1px solid #CC0000;
	padding: 5px 10px 5px 10px;
	background-color: white;
}

/* adding borders to remaining left navigation cells */
.navcell234 {
	border-left: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 5px 10px 5px 10px;
	background-color: white;
}

/* adding border to top right navigation cell */
.navcell5 {
	border-top: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 5px 10px 5px 10px;
	background-color: white;
}

/* adding borders to remaining right navigation cells */
.navcell678 {
	border-bottom: 1px solid #CC0000;
	border-right: 1px solid #CC0000;
	padding: 5px 10px 5px 10px;
	background-color: white;
}

.footer {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	border-left:1px solid #CC0000;
	border-right: 1px solid #CC0000;
	border-bottom: 1px solid #CC0000;
	background-image: url(graphics/rainbowdivider.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

hr {
	color: #FFCC00;
	background-color: #FFCC00;
	height: 1px;
}

.text9pt {
	font-size: 9pt;
}

.text10pt {
	font-size: 10pt;
}

.text11pt {
	font-size: 11pt;
}

.text12pt {
	font-size: 12pt;
}

.text13pt {
	font-size: 13pt;
}

.redtitle {
	font-size: 12pt;
	font-weight: bold;
	color: #880000;
}