/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/


.menu{
cursor:hand;
}


a:link	{
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a:hover	{
	color : #FF0000;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	color : #3D3D8B;
	font-weight : bold;
	text-decoration : none;
}

a.one:link	{
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
}

a.one:visited	{
		color : #FFFFFF;
		font-weight : bold;
		text-decoration : none;
}

a.one:hover	{
		color : #FF0000;
		font-weight : bold;
		text-decoration : none;

}

.generaltext
{font-family:Arial;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext1
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext2
{font-family:Verdana;font-size:10pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext3
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.generaltext4
{font-family:Verdana;font-size:6pt;font-weight:normal;font-style:normal;text-decoration:none;}
.headertext
{font-family:Verdana;font-size:13pt;font-weight:bold;font-style:italic;text-decoration:none;}
.headertext2
{font-family:Arial;font-size:12pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext
{font-family:Verdana;font-size:10pt;font-weight:bold;font-style:normal;text-decoration:none;}
.menutext2
{font-family:Verdana;font-size:8pt;font-weight:bold;font-style:normal;text-decoration:none;}
.footertext
{font-family:Verdana;font-size:8pt;font-weight:normal;font-style:normal;text-decoration:none;}
.footertext1
{font-family:Verdana;font-size:1pt;font-weight:normal;font-style:normal;text-decoration:none;}

/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    width: 359px;
    height: 270px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
	}
	


/**End CSS Style*****************************************/
