H1  {
	font-size : 16pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H6  {
	font-size : 11pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : bold;
	font-style : italic;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
}


P {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
	color : black;
}

OL {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
	color : black;
}

UL {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
	color : black;
}

A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
	color : CC3300;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
	font-weight : normal;
	font-style : normal;
	color : CC3300;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, Tahoma;
  font-weight : normal;
	font-style : normal;
	color : CC3300;
}

ul#menu {
  width: 126px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li,
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #ffffff;
}


