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

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

th {
	font-family: Arial, Helvetica, sans-serif;
}.nav {
	font-size: 10px;
	color: #000000;
}
.nav_beige {
	font-size: 10px;
	color: #CBB676;
}
.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: #566066;
}
.formtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #566066;
	line-height: 16px;
}
.bodytext_black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
}
.textbox_white {
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
.beige_title {
	font-size: 14px;
	color: #CBB676;
}
.footer_grey {
	font-size: 11px;
	color: #566066;
}
.footer_beige {
	font-size: 11px;
	color: #CBB676;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.shadow_horizontal {
	background-image: url(images/shadow_horizontal.gif);
	background-repeat: repeat-x;
}
.shadow_vertical {
	background-image: url(images/shadow_vertical.gif);
	background-repeat: repeat-y;
}
.shadow_corner {
	background-image: url(images/shadow_corner.gif);
	background-repeat: no-repeat;
}
.headline_beige {
	font-size: 14px;
	color: #CBB676;
}
.submit_btn {
	font-size: 11px;
	background-color: #CBB676;
	border: 1px groove #666666;
	padding: 3px;
}
