/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #7b0046;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FDFB34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FDFB34;
}
a:hover {
	text-decoration: none;
	color: #ffaa00;
}
a:active {
	text-decoration: none;
	color: #FFaa00;
}

.thumb {
	width: 150px;
	height: 200px;
	border: 1px #FFFF99 solid;
	margin: 0px;
	margin-bottom:1px;
	margin-top:1px;
	background-color:#65013a;
}

a:active .thumb, a:hover .thumb {
	width: 150px;
	height: 200px;
	border: 1px #ffffff dashed;
	margin: 0px;
	margin-bottom:1px;
	margin-top:1px;
	background-color:#65013a;
}
.thumbs {width:700px; margin:0px auto; text-align:center; padding-top:2px; padding-bottom:2px;}
.banner {width:620px; margin:0px auto; text-align:center; padding-top:2px; padding-bottom:2px; font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold;}
.desca {width:620px; margin:0px auto; text-align:justify; padding-top:2px; padding-bottom:5px;}
.trthumb {
	width: 150px;
	height: 150px;
	border: 1px #5a003c solid;
	margin: 0px;
	margin-bottom:0px;
	margin-top:1px;
	font-size:12px;
	padding:2px;
	background-color:#b60469;
}

a:active .trthumb, a:hover .trthumb {
	width: 150px;
	height: 150px;
	border: 1px #ffaa00 dashed;
	margin: 0px;
	margin-bottom:0px;
	margin-top:1px;
	font-size:12px;
	padding:2px;
	background-color:#630139;
}

