* {
	margin:0px;
	padding:0px;
}

body {
	background-color:#DBCCFF;
	color:#5A0070;
	text-align:center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:10pt;
	font-family:Arial, Verdana;
}

a:link, a:visited, a:hover, a:active { font-weight:bold; font-size:10pt; font-family:Arial, Verdana; }
a:link,		.ads a:link { color:#6E008A; text-decoration:none; }
a:visited,	.ads a:visited { color:#5A0070; text-decoration:none; }
a:hover,	.ads a:hover { color:#AB00D6; text-decoration:underline; }
a:active,	.ads a:active { color:#6E008A; text-decoration:underline; }

img { border:none; }
hr { margin:0px auto; }

.left { float:left; }
.right { float:right; }

.header {
	background-image:url('img/bg.jpg');
	background-repeat:repeat-x;
	height:150px;
}

.spacer {
	height:30px;
	clear:both;
}

.container, .toplist {
	position:relative;
	top:0px;
	width:921px;
	margin:auto;
	padding:5px;
	background-color:#a680ff;
}

.container { height:auto; }
.toplist { height:300px; }

.footer {
	position:relative;
	top:0px;
	margin:auto;
	width:100%;
	height:auto;
}

.label {
	height:30px;
	clear:both;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

.txtlinks {
	width:277px;
	height:auto;
	padding:3px 3px 3px 20px;
	text-align:left;
}

.ads {
        width:950px;
        height:auto;
	margin:0 auto;
}

.ads a, .ads a:hover, .topbold a, .topbold a:hover {
        font-weight:bold;
        font-family:Arial, Verdana;
}

.ads a, .ads a:hover {
        font-size:14pt;
}

.topbold {
        font-size:18px;
        font-family:Arial, Verdana;
}

.topbold a, .topbold a:hover {
        font-size:18px;
        text-decoration:underline;
}

.topbold a:hover {
        color:#CCCCCC;
}

