body  { 
 	color: #2f4f4f; 
 	background-color: #fff; 
 	margin: 0; 
 }
 
body, td {
 	font:0.9em Georgia, "Times New Roman", Times, serif;
	line-height:1.6em;
 }
 
a:link, a:visited, a:active  { 
	color: #2f4f4f; 
	text-decoration: underline; 
}
 
a:hover   { 
	color: #fff; 
	text-decoration: none; 
	background-color: #2f4f4f; 
}

img	{ 
	border: 0px;
}

.parens {
	color: #666;
 }
 
.mainhed, h1, h2  { 
	color: #036; 
	font-style: normal; 
	font-weight: bolder; 
	font-size: 1.3em; 
	line-height: 1.7em; 
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif; 
	text-transform: uppercase; 
}

b { 
	font-weight: bolder; 
}

h3 {
	color: #000;
	font: 1.1em "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif;
 }
 
 p+h3, ul+h3, ol+h3 {
 	margin-top: 2em;
 }

.hed, h4 {
	color: #000;
	font:0.9em "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif;
 }
 
h5 {
	color: #000;
	font:0.9em "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif;
	margin-left: 10px;
 }
 
 .new {
	color: #930;
	font:10px "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif;
 }
 
.smaller {
	font-size: .85em;
 }
 
.callout  {
	color: #8b0000; 
	font-style: italic; 
	font-size: 1.1em; 
	line-height: 1.6em; 
	text-align: justify; 
	margin: 8px 12px; 
	padding: 8px; 
	border-top: medium double #366; 
	border-bottom: medium double #366;
 }
 
.box {
	border: 1px solid #D5DBE7;
 }
 
.container {
	padding: 4px;
 }
 
.boxhed {
	font:12px "Lucida Grande", "Lucida Sans Unicode", lucinda, verdana, arial, sans-serif; 
	color: #000; 
	text-align: left; 
	font-weight:bold; 
	background-color: #CCC; 
	line-height:18px;
 }
 
.footer {
	font-size: 10px; 
	padding: 4px; 
	border-top: 1px solid #D5DBE7; 
	border-bottom: 1px solid #D5DBE7;
	color: #222; 
	text-align: center;
 }
 
.cover {
	text-align: left; 
	border: 0; 
	padding: 0 8px 4px 2px;
 }
 
hr  { 
	color: #d5dbe7; 
}
 