/* CSS Document */


body {
	background-color: #000000;
	color: #cccccc;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {color: #FFFFFF}
.style2 {font-family: Georgia, "Times New Roman", Times, serif}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
.style3 {color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; }
.style5 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style6 {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
img.thumb	{border: 1px solid black;}
a:hover img.thumb {border: 1px solid #adadad;}

.caption { font-size:0.6em;line-height:1.0em;font-family:tahoma;color#fff; }

.menu {float:left;}
.menu a img    {filter:alpha(opacity=100);-moz-opacity: 1; opacity: 1;}
.menu a:hover img  {filter:alpha(opacity=70);-moz-opacity: 0.7; opacity: 0.7;}
