/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #F06721;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6F4B17;
}
a:hover {
	text-decoration: underline;
	color: #F06721;
}
a:active {
	text-decoration: underline;
	color: #6F4B17;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #704C18;
}
h2 {
	font-size: 14px;
	color: #000000;
}