/* CSS Document */

body {
	background-color: #DED5C4;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #572600;
}
.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6A3A07;
}
.table_header {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #D5A00F;
	font-weight: bold;
}
.brown_subhead_text {
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 12px;
	color: #572600;
	font-weight: bold;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.subtext_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #572600;
	font-weight: bold;
}
.small_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
