/* CSS Document */

a:link {
	font-weight: bold;
	color: #CC0000;
}
a:visited {
	font-weight: bold;
	color: #CC0000;
}
a:hover {
	font-weight: bold;
	color: #CC0000;
}
a:active {
	font-weight: bold;
	color: #CC0000;
}


A.RelatedHeading {
	font-size: small;
	color: #CC0000;
	font-weight: bold;
	line-height:112%;
	padding-top: 12px;
	text-decoration: none;
}
.Headline{
	font-size: medium;
	color: #CC0000;
	font-weight: bold;
	line-height:112%;
}
A.Headline {
	text-decoration: none;
	font-size: medium;
	color: #CC0000;
	font-weight: bold;
	line-height:112%;
}
.date {
	font-size: xx-small;
	font-weight: bold;
}

.Nav{
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
A:link.NavOn {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
A:visited.NavOn {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
A:hover.NavOn {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
A:active.NavOn {
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}
