.bgBlack {
	background-color: #000000;
}
.bgWhite {

	background-color: #F7EDB2;
}
.bgRed {


	background-color: #B12E02;
}
.txtHd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: 9E2F19;

}
.txt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.txtHdSm {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: 9E2F19;
}
.txtLnk {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC6600;
}
.txtBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}

a.txtBold:hover {

text-decoration: underline;

}

.txtBoldred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b12e02;

}
.txtBoldrYellow {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
}


a.txtBoldrYellow:hover {

text-decoration: none;

}
.txtBoldrOrange {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC9933;
}
.bgDarkYellow {
	background-color: E4DBA5;
}
.bg {



	background-color: #B12E02;
}
.bgDarkerYellow {




	background-color: #B7AD71;
}
.txtBoldWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF99;

}
