.header {
	width: 700px;
	border: thin solid #AD6E45;
	position: relative;
}
.header img {
	position: relative;
}

a:link {
	color: #7A4E31;
}
a:active {
	color: #7A4E31;
}
a:visited {
	color: #7A4E31;
}
a:hover {
	color: #000000;
}

.menu {
	color: #7A4E31;
	position: relative;
	float: right;
	font-family: "Times New Roman", Times, serif;
}

.footer {
	width: 700px;
	border: thin solid #AD6E45;
	position: relative;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #7A4E31;
	font-size: 10px;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #AD6E45;
}
table {
	color: #AD6E45;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #AD6E45;
}
.style2 {font-size: 18px;
	background-color:#AD6E45;
	color:#FFFFFF;
}
.error {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}

.progress { position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
.bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.percent { position:absolute; display:inline-block; top:3px; left:48%; }