td{
	font-size:12px;
	color:#cccccc;
}
.black{
	font-size:11px;
	color:#000000;
}
.textlink{
	font-size:10px;
	color:#ffffff;
} 
.copy{
	font-size:10px;
	color:#ffffff;
}
.blue{
	color:#3366ff;
}
.orange{
	color:#ff9900;
}
.white{
	font-size:12px;
	color: #ffffff;
}
.green{
	color: #336699;
	font-weight: bold;
}
.mark{
	font-size:8px;
	color:#3399ff;
}
.black{
	font-size:10px;
	color:#000000;
}
.black2{
	color:#000000;
}
.small{
	font-size:10px;
	color:#666666;
}
.small2{
	font-size:10px;
}
.moresmall{
	font-size:9px;
}
a:link{
	color: #66ffff;
	text-decoration: underline;
}
a:visited{
	color: #66ffff;
	text-decoration: underline;
}
a:active {
	color: #33ffff;
	text-decoration: underline;
}
a:hover {
	color:#33ffff;
	text-decoration: underline;
}
.line {
	line-height: 20px;
}

/*---GALLERY---*/
.gal_table{
width:573px;
margin-bottom:10px;
}
.gal_table ul{ padding:0; margin:0; list-style-type:none; }
.gal_table li{
width:88px;
height:118px;
margin:0 7px 15px 0;
padding:0;
float:left;
}
.gal_table img{
border:4px solid #666;
}
.cl{ clear:both; }