@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #fdca9e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #fdca9e;
}
a:hover {
	text-decoration: none;
	color: #fdca9e;
}
a:active {
	text-decoration: underline;
	color: #fdca9e;
}

a.designedby:link {
	color: #fdca9e;
	text-decoration: underline;
	font-size: 11px;
	font-weight:bold;
}
a.designedby:visited {
	text-decoration: underline;
	color: #fdca9e;
	font-size: 11px;
	font-weight:bold;
}
a.designedby:hover {
	text-decoration: none;
	color: #fdca9e;
	font-size: 11px;
	font-weight:bold;
}
a.designedby:active {
	text-decoration: underline;
	color: #fdca9e;
	font-size: 11px;
	font-weight:bold;
}

.copyright {
	font-size: 11px
}

.dots {
	clear:left;
    border-bottom:dotted 1px #FFFFFF;
    margin-top:0px;
    position:relative;
}