body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #D9C66C;
	font-size: 12px;
}
h1 {
	font-weight: bold;
	color: #FFFFFF;
}
a {
	color: #990000;
}
.greenborder {
	border-top: thin solid #837322;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.border {
	border: medium solid #666666;
}
.greenborderBottom {

	border-top: 0px none;
	border-right: 0px none;
	border-bottom: thin solid #837322;
	border-left: 0px none;
}
.greenborderboth {

	border-top: thin solid #837322;
	border-right: 0px none;
	border-bottom: thin solid #837322;
	border-left: 0px none;
}
table {
	background-color: #FFFFFF;
}
.text {
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #938026;
}
