.title a, .title a:visited {
	display: block;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #000;
	text-decoration: none;
	border: 0px solid #000;
}

.title a:hover {
	color: #003399;
}

.subtitle a, .subtitle a:visited {
	display: block;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: .75em;
	color: #000;
	text-decoration: none;
	border: 0px solid #000;
}

.subtitle a:hover {
	color: #003399;
}

.subhed {
	display: block;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #003399;
	text-align: center;
	border: 0px solid #000;
}

