@charset "utf-8";
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	color: #1C09BB;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	color: #1C09BB;
	text-transform: uppercase;
}
h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	text-align: center;
	font-weight: normal;
	color: #BF8D1E;
	line-height: 1em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #BF8D1E;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #E6D880;
	text-decoration: none;
	font-weight: normal;
}
/* Create a class of link named 'normal' */

a.normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
}
a.normal:link
{
  color: #000000;
}
a.normal:visited
{
  color: #000000;
}
a.normal:hover
{
	color: #B38D4E;
}
a.normal:active
{
	color: #F4C130;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
}
.hdg {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
}
