/* CSS Document */

body,td,th {
	font-family: Book Antiqua;
	font-size: 14px;
	color: #999999;
}
body {
	background-color: #000000;
}
.style1 {
	font-family: "Monotype Corsiva";
	font-size: 2cm;
}
.style3 {
	font-size: 24px;
	font-family: "Monotype Corsiva";
}
.style5 {
	font-family: "Monotype Corsiva";
	font-size: 1.3cm;
	color: #00FF00;
}
.style4 {
	color: #FFFFFF;
}
a:link {
	color: #FFFF33;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFF33;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCFFFF;
}
.style6 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #00FF00;
}
.style7 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #CC00CC;
}
.style8 {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFCCCC;
}
#MainText
{
	position:absolute;
	left: 50%;
	margin-left:-400px;
	width:800px;
}

.thumb
{
	 float:left;
	 padding:10px;
	 width:140px;
	 height:130px;
}
#boxBg
{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#999999;
	z-index:2000;
	display:none;
}
#showBox
{
	position:absolute;
	z-index:2001;
	display:none;
	padding:10px 20px;
	background-image:url('/images/navIcons/spotlight_bg.jpg');
}
#showBoxNavtop,#showBoxNavbtm{ position: relative; margin:0 auto 0 auto; padding:10px 0; width:160px;}
.showBoxPrev,.showBoxNext,.showBoxDot{ display:inline; width:50px; height:37px;}

