h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: normal;
	color: #888;
	
	}
	
h1 {
	font-size: 125%;
	line-height: 135%;
	
}

h2 {
	font-size: 95%;
	color: #333;
	letter-spacing: 1px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	padding-top: 5px;
}


.text {
	color: #888;
	line-height: 175%;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


.tabular_text {
	color: #666;
	line-height: 130%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;

}

.redtext {
	color: #B51F23;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.italics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #aaa;
	padding-left: 25px;
	line-height: 185%;
	font-size: 15px;
	margin-top: 45px;
}

a:link, a:visited {
	color: #B51F23;
	text-decoration: none;
}

a:hover, a:active {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B51F23;
	padding-bottom: 2px;
}




