/* CSS Document */

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #fff;
	/*background-color: #713221; */
	background-color: #bc7058; 
}

/* General Properties */

td {
	font-size: 12px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
  	color: #fff;
}

/*input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #fdd505;
}

select {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #fdd505;
}

textarea {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	color: #000;
	border: 1px solid #000;
	background-color: #fdd505;
}
*/
td.empty {
  font-size: 1px;
  font-family: arial, verdana, helvetica;
  color: #fff;
}


h1 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

h3 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	color: #e6d9bc;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.brn {
	color: #e6d9bc;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

a:link {
	color: #e6d9bc;
	text-decoration: none;
}
a:visited {
	color: #e6d9bc;
	text-decoration: none;
}
a:hover {
	color: #e6d9bc;
	text-decoration: underline;
}
a:active {
	color: #e6d9bc;
	text-decoration: none;
}

/* Content */

table.cnt_spl_brn {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #565133;
	/* background-image: url(../images/cnt_spl_bg_brn.gif); */
	/* background-repeat: repeat-x; */
}

td.cnt_spl_brn {
	font-size: 12px;
	color: #fff;
	background-color: #565133;
	padding: 15px;	/* background-image: url(../images/cnt_spl_bg_brn.gif); */
	/* background-repeat: repeat-x; */
}

div#divider_brn {
	height: 12px;
	background-color: #bfb684;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 770px;
	align: center;
}

div#divider_brn_dk {
	background-color: #464646;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 760px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;	
	padding: 5px;
}

/* Footer */

td.footer {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
