﻿body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background-color: #ffffff;
    font-size: 0.7em;
}
a:link
{
    color: #8A3700;
}
a:visited
{
    color: #542100;
}
a:hover
{
    text-decoration: none;
    color: #A45521;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

input, select, textarea
{
    font-size:1em; 
    font-family: arial, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
   margin: 2px 0 2px 0;
}

h1
{
    font-size: 28px;
    font-weight: bold;
   margin: 5px 0 5px 0;
}


h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
    text-decoration: none;
    color: #000000;
}

/*	Slideshow styles	*/
#slideshow_frame
{
	border:			1px solid #999999;
	position: 		relative;
	left:			0;
	top:			10px;
	width: 			404px;
	height: 		304px;
}

.slideshow_slide
{
	padding:		2px;
	z-index: 		0;
	
	position: 		absolute;
	top: 			0px;
	left: 			0px;

	display: 		none;
	
	width: 			400px;
	height: 		300px;
	overflow: 		hidden;
}

#slide_1
{
	display: 		block;
}

#slideshow_queued
{
	display: 		block;
	z-index: 		10;
}

#slideshow_shown
{
	display: 		block;
	z-index: 		20;

	filter: 		alpha(opacity=99);
	opacity: 		.99;
	-moz-opacity: 	.99;
	-khtml-opacity:	.99;
}

.slideshow_nav
{
	position: 		absolute;
	top: 			279px;
	right: 			6px;
}

.slideshow_nav img
{
	border:			1px solid #807d77;
	padding:		0;
	margin-left:	-1px;
}

.slideshow_desc
{
	position: 		absolute;
	top: 			259px;
	left: 			2px;
	font-size: 		15px;
	width:			300px;
	height:			31px;
	text-indent:		10px;
	color:			yellow;
	font-weight:		bold;
}
