/* set up basic double table structure */

<style>

a {
	text-decoration: underline;
}

a:hover {
	color: red
}

.style3 {
	color: #000080
}

.style4 {
	color: #FFFFFF
}

.Address {
	visibility: hidden;
}

body {
	background-image: url(imgs/brown_bg.png);
}

hr.style1 {
	width: 45%;
}

hr.style2 {
	width: 90%;
}

hr.style3 {
	width: 80%;
}

td.style1 {
	text-align: right;
	vertical-align: top;
	font-size; 15;
	height: 100%;
	width: 50px;
	color: black;
}

td.style2 {
	text-align: left;
	vertical-align: top;
	height: 100%;
	width: 100px;
	font-size; 15;
	height: 25px;
	color: black;
}

td.style3 {
	text-align: left;
	vertical-align: top;
	font-size; 15;
	color: black;
}

td.style4 {
	text-align: center;
	vertical-align: top;
	width: 100%;
	height: auto;
}

th.style1 {
	text-align: left;
	font-size; 36;
	height: 50px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}

th.style2 {
	text-align: center;
	font-size; 18;
	font-weight: bold;
	color: black;
}

table.style1 {
    border: 1px solid black;
    width: 100%;
    max-width: 800px;
    min-width: 280px;
    padding: 10px;
    background: #9e3711;
    text-align: center;
    margin: 0 auto 0 auto;
}
table.style2 {
    border: 0px solid black;
    max-width: 800px;
    padding: 0px;
    background: #fff;
    text-align: left;
    margin: 0 auto 0 auto;
	border-collapse: collapse;
}

table.style3 {
    border: 0px solid black;
    width: 100%;
    padding: 0px;
    background: #fff;
    text-align: center;
    margin: 0 auto 0 auto;
	border-collapse: collapse;
}

#tr01{height:20px;
background:#d9a54e;
border-collapse: collapse;}

#tr02{height:20px;
background:#d9a54e;
border-collapse: collapse;}


#tr03{height:100px;
background:#d9a54e;
border-collapse: collapse;}

#td01{
background:#d9a54e;
border-collapse: collapse;}

#td02{
background:#d9a54e;
border-collapse: collapse;}

#td03{
background:#d9a54e;
border-collapse: collapse;}

.style10 {
	font-size: 24px;
	color: #3c0000;
}

.style11 {
	font-size: 36px;
	font-weight: bold;
	color: #3c0000;
	text-align: center;
}

.col1 {background:#d9a54e}

.row1 {background:#d9a54e;
text-align: center;}

.tab1{background:#fff}

.style12 {
	font-size: 24px;
	font-weight: bold;
    color: #3c0000;
    text-align: center;
}

.style13 {color: #3c0000}

.style15 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.style16 {
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.next-table {
	background: #fff;
	padding: 0px;
	border-collapse: collapse;
}

</style>