BODY {	
	background-color: White;
	background-image: url(_images/bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	}
	
TD {
		color: Black;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .9em;
		font-weight: normal;		
		
}

/* Used to understate, as on the Rates page*/

.Understate {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .8em;
		font-weight: bold;
}

.Overstate {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 1.1em;
		font-weight: bold;
}

.PhotoCaption {
		color: Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .7em;
		font-weight: bold;
		text-align: center;
}

/* Used for smaller text in table, as on the Rates page*/

.TableText {
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .7em;
		font-weight: normal;
}

A:LINK {
	color : Blue;
	text-decoration: underline;
}

 A:VISITED {
	color : #660066;
	text-decoration: underline;
}

A:HOVER {
	color : #0033FF;
	text-decoration: none;
}

H1 {
		
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: Bold;
		font-size : 1.3em;
}

H2 {
		color : Black;
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold;
		font-size : 1.2em;
}

.RightColumnBackground {
	background-image: url(_images_2007/ride.jpg);
}

.CellBackground {
		background-color: #374F26;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em;
		color: #FFFFFF;
		font-weight: bold;
}

.ColumnBackground {
		background-color: #E9F5E1;
		
}

.LeftColumnBackground {
	background-image: url(_Graphics/Post.png);
}

/*The following section is related to photo gallery formats*/
/*Used for Left Thumbnail Columns*/
.VerticalThumbs  {
	font-size:.88em;
	font-weight:bold;
	padding-top:4px;
	text-align:center;
	background-color: White;
	width: 145px;
	color: White;
}

.ImageBorder {
	border-style: solid;
	border-color: White;
	border-width: 2px 0px 2px 0px;
	text-align: center;
}

 
/*This is used to set the photocaptions */
.PhotoCaption  { 
	background: #ffffff;
	color: #374F26;
	font-family: Arial, Helvetica, sans-serif;   
	font-size: .8em;
	text-align: center;
	line-height: 1.2em;
	}