span, p, div, font, td, address, blockquote {
	font-family: verdana, arial, sans-serif;
}

p {
	margin-top: 4px;
}

hr {
	margin-bottom: 1px;
	height: 1px;
}

.x-large {
	font-size: 18px;
}

.large {
	font-size: 14px;
}

.medium {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.x-largeWhite {
	font-size: 18px;
	color: #FFFFFF;
}

.largeWhite {
	font-size: 14px;
	color: #FFFFFF;
}

.mediumWhite {
	font-size: 12px;
	color: #FFFFFF;
}

.smallWhite {
	font-size: 9px;
	color: #FFFFFF;
}

.headline {
	font-size: 16px;
	font-family: times new roman, serif;
	font-weight: bold;
	color: #660000;
}

.smallHeadline {
	font-size: 13px;
	font-family: times new roman, serif;
	font-weight: bold;
	color: #660000;
}

.subhead {
	font-size: 11px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	color: #666666;
}

.dashed {
	margin-top: 8px;
	margin-bottom: 16px;
	border-bottom: 1px dashed black;
}

.nav {
	text-decoration: none;
	color: white;
}

.reqField {
	border: 1px solid red;
}

div.linkBox, div.linkBox.a {
	background-color: #CCCCFF;
	border: 1px dashed #888888;
	padding: 4px;
	text-align: center;
	font-style: italic;
	color: #333333;
}