/* CSS Document */

a:link {
	text-decoration: none; color: #00529C;font-weight:bold;
}
a:hover {
	text-decoration: none; color: #00529C;font-weight:bold;
}
a:visited {
	text-decoration: none; color: #00529C;font-weight:bold;
}
a:visited:hover {
	text-decoration: none; color: #00529C;font-weight:bold;
}
li {
	font-size: 12px;
	list-style-type: disc;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-right: 10px;
	font-size: 12px;
}

.banner {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 5px;
}
.date {
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.tocHead {
	font-weight: bold;
	color: #FA3B29;
	margin-left: 5px;
}
.about {
	margin-left: 5px;
	padding-left: 5px;
}
.links {
	margin-left: 5px;
	padding-left: 5px;
	font-size: 14px;
}
.headlines {
	margin-right: 10px;
	font-size: 15px;
	font-weight:bold;
}

.footer {
	font-size: .7em;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.privacy {
	font-size: .7em;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}