/* this is the style sheet for all subframe pages */

body {
	margin: 2px;
	font-size: 12px;
	background-color: #000066;
	color: aqua;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

 h1, h2 {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.2em;
  padding: 9px 0 10px;
  margin: 0;
}

.author {font-size:18px; color: white;}

a {color: white; text-decoration: underline; font-weight:normal;}
a:hover {color: yellow; text-decoration: none; font-weight:normal;}
a:visited {color: aqua; text-decoration: underline; font-weight:normal;}
td.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	height: 18px;
}
.blue14pt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}
.whitecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #957735;
	padding: 5px;
}
.offwhitecell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #706020;
	padding: 5px;
}
table.stdtable {
	border: 1px solid #EAE984;
	border-color: #706020;
	font-size: 12px;
	width: 100%;
	padding: 0px;
	cellspacing: 0px;
}