body {
	background-attachment: scroll;
	background-color: #94002a;
	background-image: url(images/gradient-background1.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #00FF00;
}
a:visited {
	color: #00FF00;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC33FF;
}

.largeshout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;	 		
}

.exclamation1 {
	text-align: center;
	filter:dropshadow(offx=1, offy=2, color=black) shadow(color=red,direction=1,strength=10) shadow(color=red,direction=220,strength=20) shadow(color=red,direction=140,strength=20) dropshadow(color=black,offx=5,offy=5);
}
.picshadowsmall {
	text-align: center;
	filter: shadow(color=black,direction=135,strength=3);
}
.displaypicshadowsmall {
	text-align: center;
	width: 166px;
	height: 126px;
	filter: shadow(color=black,direction=135,strength=3);
}
.borderlesscell {
	border: none;
}
.modeldisplay {
	background-color: #FFFFFF;
	border: thin dashed #FF07EB;
}
.whatsnewtable {
	background-color: #FF04EA;
}
.whatsnewcellimage {
	background-color: #FF0000;
	filter: shadow(color=black, strength=5, direction=135);
}
.whatsnewcelltext {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	filter: dropshadow(offx=1, offy=1, color=black, direction=135);
	font-weight: bold;
	font-variant: normal;
	background-color: #FF0000;
	}
	
.whatsnewcelldate {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF00;
	filter: dropshadow(offx=1, offy=1, color=black, direction=135);
	}	
.shadow5px {
		filter: shadow(color=black, strength=5, direction=135);
}

.tourpagetext {
	
		font-style: normal;
		font-family: Helvetica, Arial, sans-serif;
		line-height: 16px;
		font-size: 16px;
		color: #000000;
		
}