/* CSS main page content link info */
p {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold}

a.large:link		{ color: #CC0000; font-size: 14pt; text-decoration: none;}
a.large:active		{
	color: #CC0000;
	font-size: 13pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a.large:visited		{ color: #CC0000; font-size: 14pt; text-decoration: none;}
a.large:hover		{ color: #99CC00; text-decoration: underline; font-size: 14pt; }

a.topNav:link		{ color: #CC0000; font-size: 10pt;}
a.topNav:active		{ color: #CC0000; font-size: 10pt;}
a.topNav:visited	{ color: #CC0000; font-size: 10pt;}
a.topNav:hover		{ color: #0000FF; text-decoration: none;  font-size: 10pt;}

a:link				{ color: #CC0000; font-size: 10pt;}
a:active			{ color: #CC0000; font-size: 10pt;}
a:visited			{ color: #CC0000; font-size: 10pt;}
a:hover				{ color: #0000FF; text-decoration: none;  font-size: 10pt;}

.forsale			{color: #FF0000; font-weight: bold; }

img.forsale			{border:2px solid #FF0000;}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.blackheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.greenhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #99cc00;
}
.smallnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.redhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
