body {
	background-color: #CCCCCC;
}

div.quote {
	color: #BD1110;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

div.quoteSignature {
	color: #BD1110;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
}

div.excerpt {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: center;
	margin: 30px 0px;
}

div.excerpt a {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

div.excerpt a:hover {
  color: #BD1110;
}

/* Login form */
input.text {
  margin-left: 4px; /* to align with checkboxes */
  width: 120px;
}

input.button {
	border: none;
	background: url(../images/submit.jpg);
	color: #333399;
	cursor: hand;
	width: 75px;
	height: 15px;
	font-size: 10px;
}

/* Bottom links */
a.link {
  color: #000000;
}

a.link:hover {
	color: #BD1110;
}

/* Main content */
table#mainFrame {
	border: none;
	background-color: #FFFFFF;
	width: 770px;
	margin: 0 auto;
}

table#mainHeader {
  margin: 5px;
}

td#mainContent {
  color: #000099;
  font-size: 14px;
}

table#windowInsets {
  float: right;
  margin: 0px 0px 20px 25px;
}

p.sectionHeader {
  margin: 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}

p.sectionContent {
  margin: 20px 40px;
  text-align: justify;
}

ul.sectionContent {
  margin-left: 70px;
  list-style-type: square;
}

dl.sectionContent {
  margin: 20px;
}

dl.sectionContent dt {
  color: #BD1110;
  font-weight: bold;
  margin: 15px 10px;
}

dl.sectionContent a {
  color: #333399;
  text-decoration: none;
}

dl.sectionContent a:hover {
  color: #BD1110;
  text-decoration: underline;
}
