/* background-repeat: no-repeat;
	 background-position: top center;
	 background-attachment: fixed; */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-color: #EFECE3;
}
body,td,th {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: underline;
	color: #7D6A47;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #7D6A47;
}
.error_txt {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
}
.form_txt {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	color: #333333;
}


.txt_wht_14pt_bold {
	font-family: Tahoma, Arial, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
.txt_dkgray_12pt {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica;
	color: #333333;
}
.txt_blk_12pt_bold {
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 12px;
}
.txt_blk_14pt_bold {
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	font-size: 14px;
}

.txt_blue_12pt_bold {
	color: #3F758D;
	font-weight: bold;
}
.txt_green_12pt_bold {
	color: #98BF00;
	font-weight: bold;
}
.txt_green_10pt_bold {
	color: #98BF00;
	font-size: 10px;
	font-weight: bold;
}
.txt_blk_10pt {font-size: 10px}
.txt_wht_10pt {	color: #FFFFFF;
	font-size: 10px;
}

.txt_wht_12pt {	color: #FFFFFF;
	font-size: 12px;
}
.txt_wht_12pt_bold {	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

