body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #756027;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#mainContent {
	padding:20px;
}

.shadow_horizontal {
	background-image: url(images/shadow_horizontal.jpg);
	background-repeat: repeat-x;
}
.shadow_vertical {
	background-image: url(images/shadow_vertical.jpg);
	background-repeat: repeat-y;
}
.shadow_corner {
	background-image: url(images/shadow_corner.jpg);
	background-repeat: no-repeat;
}
.nav_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #71662E;
}
.headline_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.body_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #756027;
}
.body_brown_sm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #756027;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.body_brown li {
	list-style-position: outside;
	list-style-type: disc;
	left: 0px;
	margin-left: -20px;
}
a:link.headline_white {
	color: #FFFFFF;
}
a:hover.headline_white {
	color: #CCAB56;
}
a:visted.headline_white {
text-decoration:none;
}

a:link.text_small {
	color: #000000;
	text-decoration:underline;
}
a:hover.text_small {
	color: #473101;
}
a:visited.text_small {
	text-decoration:underline;
}

a:link.body_brown {
	color: #756027;
	text-decoration:underline;
}
a:hover.body_brown {
	color: #473101;
}
a:visited.body_brown {
	text-decoration:underline;
}

a:link.body_brown_sm {
	color: #756027;
	text-decoration:underline;
}
a:hover.body_brown_sm {
	color: #473101;
}
a:visited.body_brown_sm {
	text-decoration:underline;
}

a:link {
	/*color: #473101;*/
	text-decoration:none;
}
a:visited {
	/*color: #473101;*/
	text-decoration:none;
}

.list {
	margin-left: .5em;
	padding-left: .5em;
}
#description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:5px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#submit {
	color: #FFF;
	background-color: #75602A;
	padding: 5px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	text-transform: uppercase;
	letter-spacing: 1px;
}
