body {
	margin-left: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bgrd.jpg);
}
a {
	color: #845429;
	text-decoration: underline;
}
a:hover {
	color: #845429;
	text-decoration: none;
}
a.subnav {
	color: #F2EFE1;
	text-decoration: none;
}
a.subnav:hover {
	color: #F2EFE1;
	text-decoration: underline;
}
.subnav {
	color: #F2EFE1;
}
.required {
	color: #AC1111;
}

/* Backgrounds */
.bgcellheader
{
	background-color: #845429;
}
.bgheader
{
	background-color: #ddd5b3;
}
.bgcellodd
{
	background-color: #ffffff;
}
.bgcelleven
{
	background-color: #F2EFE1;
}

/* Misc */
.formborder
{
	border: 1px #845429 solid;
}

/* HTML buttons */
a.buttontext {  color: #F2EFE1; text-decoration: none}
a.buttontext:hover {  color: #F2EFE1; text-decoration: underline}

.buttonleft
{
    background-image: url(/images/btn_bg_left.gif);
    width: 9px;
    height: 19px;
}

.buttonmiddle
{
    background-image: url(/images/btn_bg_mid.gif);
    background-repeat: repeat-x;
    min-width: 75px;
}

.buttonright
{
    background-image: url(/images/btn_bg_right.gif);
    width: 9px;
    height: 19px;
}