.outline {
	border: 1px solid #333333;
}
.welcome_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 30px;
}
.home_boxL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	background-color: #DFE4E5;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 5px;
}
.thumb_borderL {
	border-right-width: 5px;
	border-bottom-width: 35px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DFE4E5;
	border-right-color: #DFE4E5;
	border-bottom-color: #DFE4E5;
	border-left-color: #DFE4E5;
}
.line_homecenter {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AEAEB0;
}
.foot_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #CCCCCC;
}

A.light:link{
	color:#FFFFFF;
	text-decoration:underline;
	}
A.light:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}
A.light:hover{
	color:#FFFFFF;
	text-decoration:none;
	}
.inside_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 35px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A86149;
}
.pic_border_L {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.color_border {
	border: 6px solid #1E599B;
}
.photo_border_R {
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.formborder {
	border: 1px dashed #999999;
}
.sold_note {
	background-image: url(sold_lighter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

form.form {
	border: 1px dashed #999999;
	background-color: #F7F1E9;
	padding: 20px;
}
form.form table td {
	vertical-align: top;
	padding: 0px 20px 5px 0px;
}
form.form table td.field {
	padding-right: 0px;
}
form.form table .heading {
	font-weight: bold;
}
form.form .textbox {
	width: 200px;
}
.required {
	color: #ff0000;
}
form.form textarea {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	width: 250px;
}