.headings {
	font-size: 16px;
	font-weight: bold;
	color: #C70C47;
	}
	
.subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #174683;
	}
	
.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	}
	
.highlighted_bold {
	font-weight: bold;
	color: #C70C47;
	}

.arrowlinks {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

.arrowlinks a:link {
	color: #999999;
	text-decoration: none;
}

.arrowlinks a:visited {
	color: #999999;
	text-decoration: none;
}

.arrowlinks a:hover {
	color: #C70C47 ;
	text-decoration: none;
x;
}

#tableheadings {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #174683;
	padding-top: 5px;
}