body {
	font: 12px "Georgia", "Trebuchet MS", "Courier New", Courier, mono;
	color: #777777;
	font-weight: bold;
}
.small {
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.small2 {
	font: 10px "Georgia", "Trebuchet MS", "Courier New", Courier, mono;
	color: #777;
}
ul {
	list-style: none;
}
.title {
	font: 28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
.titlebg {
	background-color: #777777;
	padding:10px;
	background-repeat: no-repeat;
	background-image: url(../../images/head.gif);	
	background-position: right;	
}
.border {
	border: 1px solid #777777;
}
.bl {
	border-bottom: 1px dotted #777777;
	border-left: 1px dotted #777777;
	padding: 10px;
	text-align: left;
}
.br {
	border-bottom: 1px dotted #777777;
	border-right: 1px dotted #777777;
	padding: 10px;
	text-align: right;
}
.tr {
	border-top: 1px dotted #777777;
	border-right: 1px dotted #777777;
	padding: 10px;
	text-align: right;
}
.tl {
	border-top: 1px dotted #777777;
	border-left: 1px dotted #777777;
	padding: 10px;
	text-align: left;
}
.rl {
	border-left: 1px dotted #777777;
	border-right: 1px dotted #777777;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
#bb td {
	border-bottom: 1px dotted #777777;
}
a:link {
	text-decoration: none;
	color:#2100BB;
}
a:active {
	text-decoration: none;
	color:#2100BB;
}
a:visited {
	text-decoration: none;
	color:#5C1EA8;
}
a:hover {
	text-decoration: none;
	color:#6B1799;
}
.bbtable {
	border: 1px solid #777777;
}
#thumbrow {
	background:#fff;
}
#thumbrow ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
}
#thumbrow li {
	background:#fff;
    }
#thumbrow a img {
	filter: alpha(opacity=70);
	opacity: 0.70;
	margin:3px;
    padding:5px;
    border:1px dashed #eee;
    }
#thumbrow a:hover img, #thumbs a:focus img {
	filter: alpha(opacity=99);
	opacity: 0.99;
	padding:5px;
    border:1px dashed #777;
    }   