/*
	File: print.css 
	Date: Date: June 13, 2008
	Created by: Kelley Marketing, LLC
	Contents: 
		- print rules
	
*/


p {
	color:#000;
	}
	
h1 {
	color:#000;
}

h2 {
	color:#000;
}	

ul {
	color:#000;
}

.links {
	line-height:180%;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#000;
}


.listing {
	color:#000;
}

.listing p {
	font-size:75%;
	color:#000;
}

.listing ul {
	color:#000;
}

.listing li {
	list-style-type:square;
	font-size:90%;
	line-height:130%;
}

.listing a {
	color:#000;
}

.ammenities {
	color:#000;
}

.ammenities ul {
	color:#000;
}

.mainsponsor {
	color:#000;
}


.eventsTable {
	background-color:#FFFFFF;
}

.eventsTable p {
	color:#000;
}

.eventsTable ul {
	color:#000;
}


.distanceMunisingHeading {
	background-color:#fff;
	color:#fff;
}

.distanceHighlight {
	background-color:#fff;
}

.distanceMiles {
	color:#000;
}


.siteMap ul {
	color:#000;
}

.homeDivider {
	background-image:url(../contentImages/bluedot-repeat.gif);
	width:2px;
	height:80px;
}

.linksTable {
	border:1px dotted #000000;
	background-color:#ffffff;
}

.linksTable a {
	color:#000000;
}


.linksTable th {
	background-color:#ffffff;
	color:#000000;

}

.linksTableHighlight {
	background-color:#99CCFF;
}

.servicesTable {
	background-color:#ffffff;
}

.servicesTable th {
	background-color:#ffffff;
	color:#000000;
}

.servicesTable a {
	color:#000000;
}