/* CSS Document */

.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 20px;
	color: BLACK;
	text-align: left;
}

.maintextcenter {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14pt;
	line-height: 20px;
	color: BLACK;
	text-align: center;
	font-weight: normal;
}

.maintextbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	line-height: 20px;
	color: #660;
	text-align: center;
}

.maintextbiggerbold {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight: bold;
	line-height: 20px;
	color: #660;
}



a:link {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #663;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #666666;  
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #164A85;
	text-align: center;
}

a.underlined:link {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #663;
	text-decoration: underline;

}
a.underlined:visited {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #666666;  
	text-decoration: underline;
	
}

a.underlined:hover {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #164A85;
	text-decoration: underline;
}

a.underlinedsmall:link {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #663;
	text-decoration: underline;

}
a.underlinedsmall:visited {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #666666;  
	text-decoration: underline;
	
}

a.underlinedsmall:hover {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #164A85;
	text-decoration: underline;
}

a.bigger:link  {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;  
	line-height: 18px;
	font-weight: bold;
	color: #663;
	text-decoration: none;
}

.nolink {
	font-family: Verdana, Trebuchet, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #3b366c;
	text-decoration: none;
}

.new-listing {
  font-size: 12pt;
  font-weight: normal;
  color: #aa0000;
}

