/* MAIN FONT FOR THE SITE */
.maintxt {
	font-size : 11px; 
	line-height : 22px; 
	font-family : Arial,  Helvetica; 
	font-weight : normal; 
	color : #688DB6;
}

.links {
	font-size : 11px;
	line-height : 22px;
	font-family : Arial,  Helvetica;
	font-weight : normal;
	color : #688DB6;
	font-style: normal;
	text-transform: uppercase;
}

.inttxt {
	font-size : 11px; 
	line-height : 18px; 
	font-family : Arial,  Helvetica; 
	font-weight : normal; 
	color : #666666;
}

.err {
	font-size : 11px; 
	font-family : Arial,  Helvetica; 
	font-weight : normal; 
	color : #E10121;
	background-color:#ffffff;
}

.textbox {
	font-size : 11px; 
	font-family : Arial,  Helvetica; 
	color : #666666;
	border-style:solid;
	border-color:#cccccc;
	border-width:1px;
	padding-left:2px
}


.listingintro {
	font-size : 11px; 
	line-height : 15px; 
	font-family : Arial,  Helvetica; 
	font-weight : normal; 
	color : #666666;
}

.inttxtb {
	font-size : 11px; 
	line-height : 20px; 
	font-family : Arial,  Helvetica; 
	font-weight : bold; 
	color : #666666;
}

.maintxtb {
	font-size : 11px; 
	line-height : 22px; 
	font-family : Arial,  Helvetica; 
	font-weight : bold; 
	color : #688DB6;}
	



a.subnavon {
	color: #999999;
	font-style:italic;
	text-decoration:none;
}
a.subnavon:visited {
	color: #999999;
	font-style:italic;
	text-decoration:none;
}
a.subnavon:hover {
	color: #999999;
	font-style:italic;
	text-decoration:none;
}


.tbr
{
	border-width:1px;
	border-color:#cccccc;
	border-style:solid;
	
}

.img
{
	border-width:1px;
	border-color:#B3C6DA;
	border-style:solid;
}

