body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
}
blockquote:first-letter {
	display:block;
	float:left;
	border:0px solid #353739;
	padding:5px;
	font-size:54px;
	/*background-image: url(../images/drop_cap_bkgrd.png);*/
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #353739;
	margin-top: 1px;
	margin-right: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #333333;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	text-decoration:none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}
h1 {
	font-size:18px;
	font-weight:normal;
}
h2 {
	font-size:16px;
	font-weight:normal;
}
h3 {
	font-size:14px;
	font-weight:bold;
}
h4 {
	font-size:12px;
}
h5 {
	font-size:11px;
}
h6 {
	font-size:10px;
}
p {
	line-height:1.4em;
	margin:5px 0;
}
em {
	font-weight:bold;
}
.hr {
	height:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #CCCCCC;
}
.fineprint {
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
