body {
	margin: 0% 0px 0% 0px;
	background-color: Silver;
	scrollbar-arrow-color: White;
	scrollbar-base-color: #8A9283;
}
h1 {
	margin: 0px 10px 0px 10px;
	font-size: 10px;
	font-weight: normal;
	color: White;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #B67651;
	text-align: center;
}
p,li {
	font-size: 12px;
	font-weight: normal;
	color: Black;
}
h1,h2,p,li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
strong {
	font-weight: normal;
}
b {
	color: #B67651;
}
a {
	text-decoration: underline;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: #B67651;
}
hr {
	height: 1px;
	background-color: Black;
	border: 0px none White;
	color: Black;
}
image {
	border: 0px none White;
}
.table_main {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	background-color: White;
}
.top {
	height: 20px;
	background-color: #8A9283;
}
.top_line {
	height: 10px;
	background-color: #BDB99B;
}
.header {
	height: 200px;
	background-image: url(../img/bg_header.jpg);
	text-align: center;
}
.content {
	padding: 20px 20px 40px 20px;
	text-align: justify;
}
.nav {
	width: 120px;
	padding: 20px 20px 40px 20px;
}
.bottom_line {
	height: 5px;
	background-color: #BDB99B;
}
.footer {
	height: 100px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.footer p {
	font-size: 10px;
}