.top {
	position: absolute;
	left: 20px;
	top: 15px;

}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 13px;
}
th {
	background-color: #E1DDAE;
	font-size: 11px;
	padding: 1px;

}
h1 {
	font-size: 20px;
	color: #B99855;

}
p {
	font-size: 12px;
}
li {
	font-size: 12px;
}
.bottom {
	font-size: 9px;
	color: #B99855;
	position: static;
	margin-left: 200px;
	margin-bottom: 10px;
	margin-right: 175px;

}
h2 {
	font-size: 18px;
}
.bluebg {
	background-color: #e5eDFF;
}
.graybg {
	background-color: #eeeeee;
}
.head1 {
	font-size: 18px;
	font-weight: bold;
}
.left {
	position: absolute;
	left: 10px;
	top: 90px;
	width: 175px;
	padding: 0px 10px 0px 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px dotted #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.center {
	position: static;
	margin-left: 200px;
	margin-top: 80px;
	margin-right: 175px;
	
}
.right {
	float: right;
	margin-top: 40px;
	width: 160px;
}
