body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/mainBackground.gif);
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration:none;
}

a:visited {
 color: #CCCCCC;
	text-decoration:none;
}

a:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.style1 {
	color: #ECE9D8;
}

.tableStyle {
	background-repeat:no-repeat;
}

.text {
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

.text a:link{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:left;
}

.text a:visited{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:left;
}

.text a:hover{
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#990000;
	text-align:left;
}

.adressBar {
	color: #CCCCCC;
	font-size: x-small;
}


/********************************************************/
/*		Images Slideshow Styles							*/
/********************************************************/


#dhtmlgoodies_slideshow{
	width:450px;	/* Total width of slideshow */
}
	
#previewPane{
	height:300px;
	border:1px solid #CCCCCC;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top:30px;
}

#videoPreviewPane{
	height:100px;
	
}

#previewPane img{
	line-height:400px;
}

#galleryContainer{
	
	height:102px;	/* Height of the images + 2 */
	border:1px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding:1px;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:1px;
	background-image:url(images/slideButtonBack.gif);
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	padding:1px;
	background-image:url(images/slideButtonBack.gif);		
}

#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

