/* Predefined Site text Colors */
.txt1 /* highlighted text */
	{
	color:#666666; /* same as main_bg1 (see backgrounds.css) */
	}

.txt2
	{
	color:#609BD7; /* same as button nav normal (see main_btn_3 in buttons.css) */
	}

.txt3 /* Text as headers and titles */
	{
	color:#A41C38; /* same as button nav active (see main_btn_2 in buttons.css) */
	}

.txt4 /* General text color */
	{
	color:#666666;
	}
	
.txt5 /* Property description */
	{
	color:#333333;
	}

.txt6
	{
	color:#ffffff;
	}
.txt7 /* "SOLD" message indicator; do not modify */
	{
	background-color:#D9251C;
	color:#FFFFFF;
	font-size:16px;
	}
.txt8 /* Additional message concerning property */
	{
	color:#080808;
	}
.txt9 {
	line-height: 20px;
}
