@charset "UTF-8";
/* CSS Document */

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(Images/Backgrounds/MainBackground.jpg);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.MaroonLinks A:link {
	color: #461624;
	font-weight: bold;
	text-decoration:none;
}
.MaroonLinks A:visited {
	color: #461624;
	font-weight: bold;
	text-decoration:none;
}
.MaroonLinks A:hover {
	color: #461624;
	font-weight: bold;
	text-decoration:none;
}
.MaroonLinks A:active {
	color: #461624;
	font-weight: bold;
	text-decoration:none;
}

.MaroonLinks {
	color: #461624;
	font-weight: bold;
}

.smallMaroonLinks A:link {
	color: #461624;
	font-weight: bold;
	text-decoration: underline;
}
.smallMaroonLinks A:visited {
	color: #461624;
	font-weight: bold;
	text-decoration:underline;
}
.smallMaroonLinks A:hover {
	color: #461624;
	font-weight: bold;
	text-decoration:underline;
}
.smallMaroonLinks A:active {
	color: #461624;
	font-weight: bold;
	text-decoration:underline;
}

.smallMaroonLinks {
	color: #461624;
	font-weight: bold;
	font-size: 12px;
}
.Blue26 {
	font-size: 26px;
	color: #020234;
}

.white {color: #FFFFFF}

-->