/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3300;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.smallText {
	font-size: 11px;
}
.softText {
	font-size: 11px;
	color: #999999;
}
.headline {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.subHeadline {
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}