body {
   background-color: White;
   color: Black;
   font-size: 9pt;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   margin-top: 0px;
}
.ColorMain {
  color: #F5C400; 
  font-weight: bold;
}
.colorAccent1{
   color: #F54900;
   font-weight: bold;
}
.colorAccent2{
   color: #B89300;
  font-weight: bold;
}
H1 {
   font-size: 12pt;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #F54900;
   margin: 15px 0px 0px 15px;
}
H2 {
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	margin-bottom : 0;
	color: #B89300;
	}
H3 {
   font-size: 10pt;
   font-weight: bold;
   font-family: Verdana, Arial, Geneva, Sans-Serif;
   color: #000000;
}
p{
   margin: 15px 15px 0px 15px;
}
a.Question{
   color: Black;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
   margin: 15px 15px 0px 15px;
}
a:link {
   color: #F54900;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
}
a:visited {
   color: #F54900;
   font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
a:active {
   color: #F54900;
   font-weight: bold;
	text-decoration: none;
	cursor: hand;
}
a:hover {
   color: #B89300;
   font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}
a:link.btnBar {
   color: White;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
   text-transform: uppercase;
}
a:visited.btnBar {
   color: White;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
}
a:active.btnBar {
   color: White;
   font-weight: bold;
   text-decoration: none;
   cursor: hand;
}
a:hover.btnBar {
   color: White;
   font-weight: bold;
   cursor: hand;
   background-color: #B89300;
}
.EnhancedText {
   color: Black;
   font-style: italic;
   font-weight: bold;
   text-transform: uppercase;
}
li {
   margin-top: 10px;
}
.Footer {
	font-size: 8pt;
	font-family: Verdana, Arial, Geneva, Sans-Serif;
}
Table.Main{
   font-size: 9pt;
   font-family: Verdana, Arial, Geneva, Sans-Serif;
   vertical-align: top;
   border: thin outset;
   width: 748px;
}
td{
   padding: 0 0 0 0;
}
td.links{
   background: #F54900;
   font-size: 9pt;
   font-family: Verdana, Arial, Geneva, Sans-Serif;
   text-decoration: none;
   font: bold;
   color: White;
   padding: 5px 5px;
   text-transform: uppercase;
}
td.LeftCol{
   background: #F5C400;
   border-style: solid;
   border-right-width: thin;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-width: 0px;
   border-color: Black;
}
.CustQuote{
   font-size: 10pt;
   font-family: Verdana, Arial, Geneva, Sans-Serif;
   color: Black;
   font-style: italic;
   text-align: left;
   font-weight: bold;
   padding: 0px 10px 0px 10px;
}
.QuoteAuthor{
   font-size: 10pt;
   font-family: Verdana, Arial, Geneva, Sans-Serif;
   color: Black;
   text-align: right;
   padding: 0px 10px 0px 10px;
}