body {
	background-color: #FDEFCA;
	margin: 0px;
	padding: 0px;
}
body.infobox {
	padding: 50px;
}
td {
	vertical-align: top;
}

input,
select {
	padding: 1px;
	display: block;
	font-size: 10px;
}

select {
	width: 254px;
}

input {
	width: 248px;
}

input.button {
	display: inline;
	width: auto;
	background-color: #FFF;
	border: 1px solid #435816;
	font-size: 12px;
}


td.left {
	background-image: url(../imgs/left_bg.jpg);
	background-repeat: repeat-y;
}

td.mid {
	background-image: url(../imgs/mid_bg.jpg);
	background-repeat: repeat-y;
}

td.right {
	background-image: url(../imgs/right_bg.jpg);
	background-repeat: repeat-y;
}

h3 {
	font-family: Verdana;
	font-size: 9px;
	color: #425915;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #425915;
	background-color: #425915;
	height: 1px;
	line-height: 1px;
	border: none;
	margin-top: 10px;
	margin-bottom: 10px;

}

a {
	color: #87042E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
