a:link,a:visited { 
	color: #4976AC;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	line-height: 18px;
}
	
a:hover,a:active {
	color: #54AC4E;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	line-height: 18px;
}

.moduleRowLink a:link,
.moduleRowLink a:visited {
	font-size: 11px;
	line-height: 16px;
	color: #54AC4E;
	font-weight: normal;
	text-decoration: underline;
}

.moduleRowLink a:hover,
.moduleRowLink a:active {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.textSmall a:link,
.textSmall a:visited {
    color: #FF6600;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.textSmall a:hover,
.textSmall a:active {
    color: #54AC4E;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.textBig a:link,
.textBig a:visited {
    color: #666666;
	font-size: 15px;
	line-height: 20px;
	text-decoration: underline;
}

.textBig a:hover,
.textBig a:active {
    color: #000000;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}

.small a:link,
.small a:visited { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
	line-height: 16px;
}
	
.small a:hover,
.small a:active {
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
} 
	
.header a:link,
.header a:visited,
.header a:active { 
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}
	
.header a:hover {
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}

/*
.title a:link,
.title a:visited,
.title a:active {
    color: #FF9900;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
}

.title a:hover {
    color: #4976AC;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
}
*/

.footer a:link,
.footer a:visited,
.footer a:active { 
	color: #DDDDDD;
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	line-height: 10px;
}
	
.footer a:hover {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	line-height: 10px;
}
	
body { 
   background-image: url(images/cbr_05.jpg);
   background-repeat: repeat-y;
   background-position: center;
   color: #333333;
   font-size: 12px;
   line-height: 17px;
   font-family: Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
   margin-top: 0em;
   margin-right: 0em;
   margin-bottom: 0em;
   margin-left: 0em;
}
   
h1 {		
	font-size: 18px;
	line-height: 24px;	  	
	color: #FF9900;
}
	
h2 {	
	font-size: 16px;
	line-height: 20px;	  	
	color: #000000;
}
	
h3 {		
	font-size: 14px;
	line-height: 18px;	  	
	color: #FF6600;
	background: #CCCCCC;
}
	
h4 {		
	font-size: 13px;
	line-height: 16px;	  	
	color: #000000;
}

.dataTable {
    border: 2px solid #999999;
	padding: 1px;
	background: #FFFFFF;
}
	
.title {
    color: #CC0000;
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

.form {
    background: #FFFFFF;
    color: #333333;
	border: 2px solid #BBBBBB;
	padding: 1px;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial;
}

.formbutton {
    background: #54AC4E;
    color: #FFFFFF;
	border: 3px outset;
	padding: 1px;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, ;
}

.textRegular {
    color: #333333;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}

.textBig {
    color: #333333;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

.textSmall {
    color: #333333;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

.mlsTitle {
    color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	border-bottom: 1px solid #FF9900;
}

.mlsHeader {
    background: #4976AC;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	padding-right: 2px;
	padding-left: 2px;
}

.mlsData {
    background: #EEEEEE;
    color: #333333;
	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-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #FFFFFF;
}

.moduleRow {	
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	background: #EEEEEE;
}
	
.moduleRowOver {	
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	background: #DDDDDD;
	cursor: pointer;
}

.layoutHeader {
    background-image: url(images/cbr_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0px;
	height: 160px;
}

.layoutMenu {
    background-image: url(images/cbr_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0px;
	height: 46px;
}

.layoutContent {
    background-image: url(images/cbr_03.jpg);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0px;
	height: 64px;
}

.layoutFooter {
    background-image: url(images/cbr_06.jpg);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0px;
	height: 80px;
}
	
.hr {
    border: 0;
    color: #CCCCCC;
    background-color: #CCCCCC;
    height: 1px;
    width: 720px;
}

.amorHeader {
    background: #3a8136;
    color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	padding-right: 2px;
	padding-left: 2px;
}

.amorData {
    background: #EEEEEE;
    color: #666666;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	padding-left: 2px;
}

.darkerData {
    background: #DDDDDD;
    color: #565656;
	font-weight: normal;
	font-size: 12px;
	line-height: 17px;
	padding-left: 2px;
}
.amorTitle {
    color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}


.page_images {
	display: block;
	float: right;
	padding: 5px;
	margin: 5px;
	border: none;
	border-style: none;
}

.open_house {
	color:#54AC4E;
}