p {
	font-family: Helvetica, Arial, Sans-serif;
	color: black;
	font-size: 13px;
	line-height: 15px;
}

p.Title {
	font-size: 20px;
	font-weight: bold;
}

p.Subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}

p.TourName {
	font-size: 18px;	
	font-weight: bold;
	line-height: 19px;
}

.Free {
	font-size: 14px;	
	font-weight: bold;
	color: gray;
}

A:link {
	color: #31bff3;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
}

.BackTop {
	font-size: 11px;	
	font-weight: bold;
	text-align: left;
	color: gray;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: black;
}

.BackTop A:link {
	color: #31bff3;
	text-decoration: none;
}

.BackTop A:visited {
	color: #31bff3;
	text-decoration: none;
}

.BackTop A:hover {
	text-decoration: underline;
}

/* BULLETS */

ul {
	list-style-image: url(../images/bullet.gif);
}
				
li {
	list-style-image: url(../images/bullet.gif);
	margin-top: 20px;
	margin-left: -25px;
	list-style-position: outside;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13;
	text-transform: uppercase;
}

/* END BULLETS */		

