/* Tour De Shore Style Sheet */

body {
	background-image: url(images/bg_test.jpg);
	background-repeat:repeat-x;
	background-position:top;

; 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	line-height:20px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	line-height:12px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	font:
}
a:active {
	text-decoration: none;
}
.style3 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #666666; }
.style5 {color: #666666}
.style9 {font-size: 11px; color: #666666; font-family: Arial, Helvetica, sans-serif;}
.style10 {
	font-size: 16px;
	font-style: italic;
	color: #0099CC;
}
.style11 {
	font-size: 16px;
	font:Arial, Helvetica, sans-serif;
	line-height:17px;
}
.style12 {font-size: 14px; font: Arial, Helvetica, sans-serif; }
.style15 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}