body {
	background-color: #62243d;
	margin-left: 2px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Tahoma;
	color: #000;
}

a:link {color: #62243d; text-decoration: underline; font-size: 12px; font-family: Tahoma; font-weight: bold;}
a:visited {	color: #62243d; text-decoration: underline; font-size: 12px; font-family: Tahoma; font-weight: bold;}
a:hover {color: #62243d; text-decoration: none; font-size: 12px; font-family: Tahoma; font-weight: bold;}
a:active {color: #62243d; text-decoration: underline; font-size: 12px; font-family: Tahoma; font-weight: bold;}

a.toptoplist:link {color: #f9e2eb; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.toptoplist:visited {	color: #f9e2eb; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.toptoplist:hover {color: #fff; text-decoration: none; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.toptoplist:active {color: #f9e2eb; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}

a.category:link {color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.category:visited {	color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.category:hover {background: #fff; color: #000; text-decoration: none; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.category:active {color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}

a.bannerlink:link {color: #34507f; text-decoration: underline; font-size: 24px; font-family: Tahoma; font-weight: bold;}
a.bannerlink:visited {	color: #0e3068; text-decoration: underline; font-size: 24px; font-family: Tahoma; font-weight: bold;}
a.bannerlink:hover {color: #56A4C5; text-decoration: none; font-size: 24px; font-family: Tahoma; font-weight: bold;}
a.bannerlink:active {color: #34507f; text-decoration: underline; font-size: 24px; font-family: Tahoma; font-weight: bold;}

a.menu:link {display: block; color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.menu:visited {display: block; color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.menu:hover {display: block; background: #fff; color: #000; text-decoration: none; font-size: 14px; font-family: Tahoma; font-weight: bold;}
a.menu:active {display: block; color: #62243d; text-decoration: underline; font-size: 14px; font-family: Tahoma; font-weight: bold;}

a.footerlk:link, a.footerlk:visited, a.footerlk:active {color: #fff; text-decoration: underline; font-size: 12px; font-family: Tahoma; text-decoration:underline;}
a.footerlk:hover {color: #fff; text-decoration: none; font-size: 12px; font-family: Tahoma;  text-decoration: none;}


.border {
border: 1px solid;
border-color: #62243d;
}
A:hover .border {
border-color: #000;
}
.bigtext {font-family: Tahoma; font-size: 20px;}
.text {font-size: 13px; line-height: 15px; color: #000;}
.menutext {font-size: 14px; color: #000;font-weight: bold;}
.tltext {font-size: 14px;line-height: 17px;color: #000;	font-weight: bold;}

.aff {
	border: 1px solid #34507f;
	padding: 5px;
	width:1010px;
	height:235px;
	background-color: #eefaff;
	text-align:center;
}
/* PAGING */
.pages {
    margin: 0.5em 0;
    clear: both;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.pages span {
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
}
.pages a { 
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    background: #f9e2eb;
    border: 1px solid #4a001e;
    text-decoration: none;
}
.pages span.current {
    border: 1px solid #4a001e;
    font-weight: bold;
    background: #62243d;
    color: #fff;
}
.pages a:hover {
    border-color: #4a001e;
	background: #62243d;
    color: #fff;
}
.pages a.nextprev {
	color: #000;
}
.pages span.nextprev {
    border: 1px solid #4a001e;
    background: #f9e2eb;
    color: #000;
}

