a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-weight: bold;
}
.white-xlarge {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00F;
}
.subtitle {
	font-size: large;
	font-weight: bold;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #008000;
}
.large {
	font-weight: bold;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.pagetitle {
	font-size: x-large;
	font-weight: bold;
	color: #000;
}
.white-large-line {
	font-weight: bold;
	color: #00F;
	background-color: #FFF;
	width: auto;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

