/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #E5E3BA;
	margin-top: 10px;
}
/* Commonly used to style page titles. */
h1 {
  color: #C60431;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
.horzNav {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.horzNav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.horzNav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.horzNav:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	font-size: 9px;
	font-style: italic;
}
.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #C60431;
}
a:link {
	color: #990000;
}
a:visited {
	color: #330033;
}
.prHeading1 {
	font-size: 14px;
}
.prHeading2 {
	font-style: italic;
}
