/* CSS Document */

body {
	margin: 0px;
	background-image: url(graphics/tile_overall.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
p,td,li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.bgCellOne {
	background-image: url(graphics/tile_bg_top.jpg);
	background-repeat: repeat-x;
}
.leftColumnCell {
	padding-left: 5px;
	padding-right: 2px;
}
.mainContentCell {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pageHeader {
	font-size: 12pt;
	font-weight: bold;
}

.footerText {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.footerText:link { color: white; }
a.footerText:visited { color: white; }
a.footerText:hover { color: #cccccc !important; }

#textNavLink {
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 3px;
}

a:hover { color: red !important; }
a:link { color: darkblue; }
a:visited { color: darkblue; }

.testimonial {
	font-size: 10pt;
}
.testimonialByline {
	font-size: 8pt;
	font-style: italic;
}
.textNav { color: black; }
a.textNav:link { color: black; }
a.textNav:visited { color: black; }
a.textNav:hover { color: red !important; }

.exampleText {
	color: #009933;
	font-style: italic;
}