
/* normal text */

/* NOTES:
      for font-family, several alternative fonts are specified,
      followed finally by a supported generic family name
      ('serif', 'sans-serif', 'cursive', 'fantasy').

      Place the font-family declaration at the end of the list of
      declarations for a selector to account for an MSIE3 font
      declaration freak out

      For correct rendering across all three browsers include a
      fictitious font name enclosed in single quotes as your
      first font choice and a fictitious font name as your last
      choice. 

      */


body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C57128;
}
.head1 {font-size: 14px; font-weight: bold; }
.stylequote1 {font-size: 12px; }
.style6 {color: #FFFFFF; font-size: 10px; }
.style11 {color: #FFFFFF; font-weight: bold; font-size: 9px; }
.style13 {color: #EECDAD; font-weight: bold; font-size: 9px; }
form{
margin:0px; padding:0px;

}
.style14 {
	font-size: 10px;
	color: #A8A7A9;
}
.style17 {
	font-size: 9px;
	color: #897B6E;
}
.style18 {font-size: 9px}
.style19 {color: #797878}
.style20 {color: #6B6A6A}
.style22 {font-size: 9px; font-weight: bold; }
a:link {
	color: #6B6A6A;
}
a:visited {
	color: #6B6A6A;
}
a:hover {
	color: #6B6A6A;
}
a:active {
	color: #6B6A6A;
}