<style type="text/css">

body{
	BackGround : #FFFFFF;
	Color : #FFFFFF;
	Font-Family : Arial, Verdana, Sans-Serif;
	Font-Size : medium;
	Font-Color: #FFFFFF;
	}

td{
	Color : #FFFFFF;
	Margin : 3pt;
	Font-Size: x-small;
	Font-Color: #FFFFFF;
	}
.medtab{
	Color : #000000;
	Margin : 3pt;
	Vertical-Align : top;
	Font-Size: x-small;
	}

a:link{
	Color : #FFFFFF;
	Font-Family : Arial, Verdana, Sans-Serif;
	text-decoration: none;
	}


a:active{
	Color : #FFFFFF;
	Font-Family : Arial, Verdana, Sans-Serif;
	text-decoration: none;
	}


a:visited{
	Color : #FFFFFF;
	Font-Family : Arial, Verdana, Sans-Serif;
	text-decoration: none;
	}


h1{
	Color : #000000;
	Font-Size : 145%;
	Margin-Bottom : .5em;
	}


h2{
	Color : #5B7189;
	font-size : 125%;
	margin-bottom : .5em;
	margin-top : 1.5em;
	}


h3{
	Color : #5B7189;
	font-size : 110%;
	margin-bottom : .5em;
	margin-top : 1.2em;
	}


p{
	Color : #000000;
	Font-Family : Arial, Verdana, Sans-Serif;
	Margin-Bottom : .6em;
	Margin-Top : .6em;
	}


Error{
	font-family : Courier;
	font-size : 125%;
	}

table{
	font-size : 100%;
	}

img {
	border-color:#5B7189;
}

	#mainContainer{
		margin:0 auto;
		width:680px;
		text-align:left;
		background-color:#C5E4FF;
		padding:0px;
		border:0px solid #C5E4FF;	
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:680px;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:420px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:1px;	/* Width of large image div */
		height:1px;	/* Height of large image div */
		float:left;
		padding-left:0px;	/* "Air" */
		padding-right:0px;	
	}

	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px solid #317082;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:210px;	/* Width of strip */
		padding:10px;	/* "Air" inside filmstrip div */
		position:absolute;
		font-family : Arial, Verdana, Sans-Serif;
		font-size : small;
		font-color : #5B7189;
		text-decoration: bold;
	}
	.strip_of_thumbnails div{
		width:210px;
		height:265px;
		padding:0px;
		text-align:center;

	}
	.strip_of_thumbnails img{
		border-color:#5B7189;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:5px solid #317082;	/* Green border around active thumbnail */
		padding:0px;
	
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}		

</style>