@charset "utf-8";

.primary-2 { background-color: #7A7A7A }
.primary-3 { background-color: #66462B }
.primary-4 { background-color: #ACACAC }

.hidden {
	display: none;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #66462B;
	background-color: #ACACAC;
	font-weight: bold;
}
.textfield {
	background-color: #ACACAC;
	border: thin solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #66462B;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7A7A7A;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #7A7A7A;
	background-position: right center;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
}
div {
	margin: 4px;
	padding: 4px;
	width: 450px;
	border: 2px solid #000000;
	float: left;
	clear:both;
}
h1 {
	color: #000000;
}
a:link {
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #66462B;
}
.rightdiv {
	vertical-align: top;
	width: 150px;
	clear: both;
	float: left;
}
h3 {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
.bottomtext {
	color: #000000;
	text-align: left;
	vertical-align: middle;
}
.maintable {
	vertical-align: top;
}


a:visited {
	color: #000000;
}
.bottomimg {
	text-align: right;
	padding: 2px;
}
