@charset "UTF-8";

body,td,th {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	color: #979797;
}

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
}

.greytext {
	font-family: Georgia, Times New Roman, Times;
	font-size: 14px;
	line-height: 18px;
	color: #979797;
	text-align:left;
}
.blacktext {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	text-align:left;
}
.whitetext {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	line-height: 18px;
	color: #E0E0E0;
	text-align:left;
}
.bigtext {
	font-family: Georgia, Times New Roman, Times;
	font-size: 21px;
	line-height: 26px;
	color: #333333;
	text-align:left;
}
.bigtextlight {
	font-family: Georgia, Times New Roman, Times;
	font-size: 21px;
	line-height: 26px;
	color: #979797;
	text-align:left;
}
.blacknumbers {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	text-align:left;
	text-decoration:none;
}.blacknumbersSm {
	font-family: Georgia, "Times New Roman", Times;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
	font-style: normal;
	text-align:left;
}