/* CSS Document */

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

A.RelatedHeading{
	font-size: small;
	color: #33CCCC;
	font-weight: bold;
	line-height:112%;
	padding-top: 12px;
	text-decoration: none;

}
.Headline {
	color: #33CCCC;
	font-weight: bold;
}
a.Categories{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: x-small;
}
a:visited.Categories{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: x-small;
}
a:hover.Categories{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: x-small;
}
a:active.Categories{
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: x-small;
}
