/* CSS Document */

body {
	background-color: #EDEDED;
	margin: 20px;
}.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #293D58;
}
a:link {
	color: #7f0404;
	text-decoration: underline;
}
a:visited {
	color: #7f0404;
	text-decoration: underline;
}
a:hover {
	color: #7f0404;
	text-decoration: none;
}
a:active {
	color: #7f0404;
	text-decoration: underline;
}
.boldRedTitle {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
