/* this is they style sheet for oliver */
body {
	background-color:#7f7f52;
}
.topNav1 {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
}
A.topNav1:link {
	color:#000000;
}
A.topNav1:visited {
	color:#000000;
}
A.topNav1:active {
	color:#000000;
}
A.topNav1:hover {
	color:#999966;
}
.topNav2 {
	font-weight: bold;
	font-size: 10px;
	color: #C7C7AB;
	text-align: center;
	vertical-align: center;
}
A.topNav2:link {
	color: #C7C7AB;
}
A.topNav2:visited {
	color: #C7C7AB;
}
A.topNav2:active {
	color: #C7C7AB;
}
A.topNav2:hover {
	color: #FFFFFF;
}
input.topNav2, texarea {
	font: 80%;
	color: #A7A78B;
	text-align:left;
	vertical-align: center;
	size: 8;
}

.footer{
	font-size: 11px;
	text-align: center;
	color:#FFFFFF;
}
A.footer:link {
	color:#FFFFFF;
}
A.footer:visited {
	color:#FFFFFF;
}
A.footer:active {
	color:#FFFFFF;
}
A.footer:hover {
	color:#C7C7AB;
}


