/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A2A2A;
}
body {
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F1812F;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #2A2A2A;
}
a:visited {
	text-decoration: none;
	color: #2A2A2A;
}
a:hover {
	text-decoration: underline;
	color: #F1812F;
}
a:active {
	text-decoration: none;
	color: #F1812F;
}
a.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a.white:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.white:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F1812F;
	font-weight: bold;
}
a.brown:link {
	text-decoration: none;
	color: #2A2A2A;
}
a.brown:visited {
	text-decoration: none;
	color: #2A2A2A;
}
a.brown:hover {
	text-decoration: underline;
	color: #F1812F;
}
a.brown:active {
	text-decoration: none;
	color: #F1812F;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

