.border_prv {
	border: 1px solid #CCCCCC;
}
.border_l_b {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #998068;
}
.border_r_b {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #998068;
}

.middle_bg {
	background-image: url(images/middle_bg1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 12px;
}
.white_text_small {
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	font-size: 10px;
        line-height: 10px;
}

.white_text_header {
	font-family: "Times New Roman", Times, serif;
	color: #DCDBDB;
	font-size: 16px;
}

.white_text_header2 {
	font-family: "Times New Roman", Times, serif;
	color: #9e9e9e;
	font-size: 14px;
}

.orange_text{
	font-family: Arial, Helvetica, sans-serif;
	color: #DAA66D;
	font-size: 12px;
}

.pad1 {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.border_wh {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}


