body {
	font-family: "Georgia", "Arial", "sans-serif";
}

a:link { 
	color: #9d4023;
	text-decoration: underline;
}

a:visited { 
	color: #700;
	text-decoration: underline;
}

a:hover { 
	color: #900;
	text-decoration: underline;
}

li {
	list-style: url(bullet.gif);
	line-height: 110%;
	font-size: 10pt;
}

#mainContent {
	font-size: 10pt;
}

#subContent {
	font-size: 8pt;
}

.rentalTitle {
	font-size: 14pt;
}

#bottomNav {
	color: #fff;
	font-size: 8pt;
	text-align: center;
}

#bottomNav a:link {
	color: #fff;
	text-decoration: none;
}

#bottomNav a:visited {
	color: #eee;
	text-decoration: none;
}

#bottomNav a:hover {
	color: #fff;
	text-decoration: underline;
}

.indent {
	text-indent: 10px;
}