/* CSS Document */
body {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table, p {
	font-size: 8pt;
}
.bottom {
	font-size: 7pt;
	color: #76572D;

}
.white { 
	color: #FFFFFF;
 }
input.submit {
	font-size: 9pt;
	background-color: #B89565;
	border: none;
	color: #FFFFFF;
}
#main {
	border: 1px solid #76572D;
}
#vert {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #76572D;
}
th {
	color: #FFFFFF;
	background : #B89565;
	text-align : left;
	vertical-align : top;
}
#data td, #data th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
}

