body {
	margin: 0px;
	background-image: url(graphics/tile_ochre.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: darkblue;
}
p, td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: darkblue;
}
a:hover { color: red; }


.navText {
	color: white;
}
a.navText:link {
	color: white;
	text-decoration: none;
	
}
a.navText:hover {
	color: orange !important;
	text-decoration: none;
}
a.navText:visited {
	color: white;
	text-decoration: none;
}


.titlePara {
	font-size: 16px;
	font-weight: bold;
}


.footer {
	padding-right: 10px;
	color: white;
}
.smallText {
	font-size: 11px;
}
.smallDarkGrayText {
	font-size: 11px;
	color: #333333;
}
.darkRedBigger {
	font-size: 15px;
	color: #990000;
}
.darkGrayText {
	color: #333333;
}
.quoteTitle {
	color: #333333;
	font-style: italic;
	font-size: 16px;
}


.bottomLinks {
	font-size: 12px;
}
a.bottomLinks:link {
	color: darkblue;
	text-decoration: none !important;
}
a.bottomLinks:hover {
	color: #cc0000 !important;
	text-decoration: none;
}
a.bottomLinks:visited {
	color: darkblue;
	text-decoration: none !important;
}