.header-large {
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #D1D1D1;
}
.header-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D1D1D1;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.subhead {
	font-style: italic;
	font-weight: bold;
	color: #12114B;
	font-size: 18px;
}
.body-bkg {
	background-image: url(images/body-bkg.gif);
	background-repeat: no-repeat;
	background-color: #9F9FAB;
}
a:link {
	color: #0E0D49;
}
a:visited {
	color: #272459;
}
.width {
	width: 535px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header-bkg {
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
}
.return-to-top {
	font-size: 10px;
}