@charset "UTF-8";
/* CSS Document */

.main_tbl {
	padding-top: 0px;
}
#mycustomscroll {
	/* Typical fixed height and fixed width example */
	width: 911px;
	height: 503px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #000000;
}
#mycustomscroll-2 {
	/* Typical fixed height and fixed width example */
	width: 590px;
	height: 480px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #CCCCCC;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 30px;
}

.thumbs {
	padding-bottom: 8px;
.credits_text {
}
.credits_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
blockquote {
	display: block;
	padding: 0 10px;
	width: 350px;
}
blockquote:before, blockquote:after {
	color: #3399CC;
	display: block;
	font-size: 700%;
	width: 50px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 50px;
	margin-top: -50px;
	margin-left: 350px;
}
a {
	text-decoration: none;
}
a:link {
	color: #0a8cc2;
}
a:visited {
	color: #0a8cc2;
}
a:active {
	color: #0a8cc2;
}
a:hover {
	color: #000000;
}
.box {
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
