a:link,a:visited { 
	color: #196DB9;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
	line-height: 17px;
}
	
a:hover,a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
}


.textBig a:link,
.textBig a:visited {
    color: #666666;
	font-size: 14px;
	line-height: 19px;
	text-decoration: underline;
}

.textBig a:hover,
.textBig a:active {
    color: #000000;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
}

.small a:link,
.small a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 15px;
}
	

/*
.title a:link,
.title a:visited,
.title a:active {
	color: #6A1A19;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
}

.title a:hover {
	color: #196DB9;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
}
*/


	
body { 
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
   
h1 {		
	font-size: 18px;
	line-height: 24px;	  	
	color: #6A1A19;
}
	
.title {
  color: #6A1A19;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.subtitle {
  color: #6A1A19;
	font-weight: bold;
	line-height: 24px;
	font-size: 16px;
	line-height: 22px;
	padding: 4px;

}

.form {
  background: #FFFFFF;
  color: #FF6600;
	border: 2px solid #999999;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.textRegular {
  color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
}

.textBig {
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

.textSmall {
	color: #666666;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
}

.mlsTitle {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #6A1A19;
}

.mlsHeader {
	background: #196DB9;
	color: #FFFFFF;	
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	padding-right: 2px;
	padding-left: 2px;
}

.mlsData {
	background: #EEEEEE;
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	padding-left: 2px;
}

.header { 
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
	
.footer { 
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}


.hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 460px;
}
