/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	margin-top: 30px;
	}

a:link {
	font-weight: bold; 
	color: #660000;
	}
	
a:visited {
	font-weight: bold; 
	color: #660000;
	}
	
a:active {
	font-weight: bold; 
	color: #660000; 
	}
	
a:hover {
	color: #660000; 
	font-weight: bold;	
	text-decoration: underline;
	}

.headline {
	color: #534741;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 10px 15px 15px 0px;
	}
	
.subhead {
	font-weight: bold;
	margin: 10px 0px 8px 0px;
	}
	
.home_text {
	margin: 0px 20px 15px 0px;
	line-height: 18px;
	}
	
.subpage_text {
	margin: 0px 0px 15px 0px;
	line-height: 16px;
	}
	
.inline_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	}