/* CSS Document */


.header {
	font-size: 16px;
	color: #FFFFCC;
}

.footer {
	font-size: 11px;
	color: #F9D098;
	font-family: "Times New Roman", Times, serif;
}

a.footer {
	font-size: 11px;
	text-decoration:underline;
	color: #F9D098;
}
.content {
	font-size: 14px;
	color: #3A0000;
	font-family: "Times New Roman", Times, serif;
}

a.content {
	font-size: 12px;
	text-decoration:underline;
	color: #333333;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3A0000;
	text-decoration: underline;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/borderBack.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rowNum {
	font-size: 12px;
	color: #FFFFCC;
	background-color: #5E0800;
	letter-spacing: 0px;
}
.headline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
}
