@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a:link {
	color: #ee1c24;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ee1c24;
}
a:hover {
	text-decoration: none;
	color: #ee1c24;
}
a:active {
	text-decoration: underline;
	color: #ee1c24;
}

a.designedby:link {
	color: #ee1c24;
	text-decoration: underline;
	font-size: 11px;
}
a.designedby:visited {
	text-decoration: underline;
	color: #ee1c24;
	font-size: 11px;
}
a.designedby:hover {
	text-decoration: none;
	color: #ee1c24;
	font-size: 11px;
}
a.designedby:active {
	text-decoration: underline;
	color: #ee1c24;
	font-size: 11px;
}

.copyright {
	font-size: 11px
}