body {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #030303;
	color: #ffffff;
}

table, td {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}

.text-main {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
}

.text-small {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-align: justify;
	font-weight: bold;
}

.text-big {
	font-family: Verdana;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;

}

.text-heading {
	font-family: Verdana;
	font-size: 19px;
	color: #cc0000;
	font-weight: bold;
}

.red-text {
	color: #cc0000;
}

.gray-text {
	color: #afafaf;
}

a:link    {text-decoration: none; font-family: Verdana; font-size: 11px; color: #cc0000; }
a:visited {text-decoration: none; font-family: Verdana; font-size: 11px; color: #cc0000; }
a:hover   {text-decoration: underline; font-family: Verdana; font-size: 11px; color: #cc0000; }
