a:link {
	color: #494949;
}
a:visited {
	color: #656565;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #494949;
}

body {
	background-color: #DCDCDC;
	margin-top: 0px;
}

.TextNormal {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #656565;
}

.TextSmall {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #656565;
}

.TextSmallBold {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #494949;
	text-decoration: none;
}
a.TextSmallBold:link {
	color: #494949;
	text-decoration: none;
}
a.TextSmallBold:visited {
	color: #494949;
	text-decoration: none;
}
a.TextSmallBold:hover {
	color: #FF0000;
	text-decoration: none;
}
a.TextSmallBold:active {
	color: #494949;
	text-decoration: none;
}


.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7D7D7D;
}

.Headline {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.Headline:link {
	color: #000000;
	text-decoration: none;
}
a.Headline:visited {
	color: #000000;
	text-decoration: none;
}
a.Headline:hover {
	color: #000000;
	text-decoration: none;
}
a.Headline:active {
	color: #000000;
	text-decoration: none;
}

.Featured {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF7D00;
	text-decoration: none;
}
a.Featured:link {
	color: #FF7D00;
	text-decoration: none;
}
a.Featured:visited {
	color: #FF7D00;
	text-decoration: none;
}
a.Featured:hover {
	color: #FF0000;
	text-decoration: none;
}
a.Featured:active {
	color: #FF7D00;
	text-decoration: none;
}

.Footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8f8f8f;
	text-decoration: none;
}

