body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191919;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
a:active {
	color: #FFFFFF;
	background-color: #FF0000;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.whiteheadertitle {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.date {
	font-size: 12px;
	color: #666666;
}
.darkbluetitle {
	font-size: 12px;
	font-weight: bold;
	color: #111847;
}
.redtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
/* Red Title Link */
a.Redtitlelink:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Redtitlelink:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Redtitlelink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
a.Redtitlelink:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
/* White footer link */
a.whitesmalllink:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.whitesmalllink:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.whitesmalllink:hover {
	color: #000033;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
a.whitesmalllink:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

/* Red Title Link Large */
a.Redtitlelinklarge:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
a.Redtitlelinklarge:visited {
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}
a.Redtitlelinklarge:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
a.Redtitlelinklarge:active {
	color: #FF0000;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
}

/* Body Link */
a.body:link {
	color: #191919;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.body:visited {
	color: #191919;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
a.body:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #191919;
	font-size: 12px;
	font-weight: normal;
}
a.body:active {
	color: #191919;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}

/* Darkbluelink */
a.Darkbluelink:link {
	color: #192361;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Darkbluelink:visited {
	color: #192361;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.Darkbluelink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0A1034;
	font-size: 12px;
	font-weight: bold;
}
a.Darkbluelink:active {
	color: #192361;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.sideborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

