<!--
.MainHead				   { font-family: Arial;
							 font-weight: 700;
							 color: black; 
							 font-size: 16pt;
							 line-height: 16pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.MainHeadUnderline     { font-family: Arial;
							 font-weight: 700;
							 color: black; 
							 font-size: 15pt;
							 line-height: 15pt;
							 font-style: normal;
							 text-decoration: underline;
							 text-transform: none;
							 font-variant: normal; }
.StandardBody          { font-family: Arial;
							 font-weight: 500;
							 color: black; 
							 font-size: 11pt;
							 line-height: 15pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal }
.StdBodyXSpace         { font-family: Arial;
							 font-weight: 700;
							 color: black; 
							 font-size: 11pt;
							 line-height: 16pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal }

.StandardBodyCaps      { font-family: Arial;
							 font-weight: 600;
							 color: black; 
							 font-size: 11pt;
							 line-height: 12pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: capitalize;
							 font-variant: normal; }
.SmallStandardBody     { font-family: Arial;
							 font-weight: 600;
							 color: black; 
							 font-size: 08pt;
							 line-height: 10pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.MediumStandardBody     { font-family: Arial;
							 font-weight: 600;
							 color: black; 
							 font-size: 10pt;
							 line-height: 12pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.SubHead               { font-family: Arial;
							 font-weight: 600;
							 color: black; 
							 font-size: 13pt;
							 line-height: 14pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.SubHeadRed            { font-family: Arial;
							 font-weight: 700;
							 color: red; 
							 font-size: 15pt;
							 line-height: 15pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }

.SubHeadRedUnderLine   { font-family: Arial;
							 font-weight: 700;
							 color: red; 
							 font-size: 15pt;
							 line-height: 15pt;
							 font-style: normal;
							 text-decoration: underline;
							 text-transform: none;
							 font-variant: normal; }

.StandardBodyBlue      { font-family: Arial;
							 font-weight: 500;
							 color: blue; 
							 font-size: 11pt;
							 line-height: 12pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }

.StandardBodyBold
{
    font-family: Arial;
    font-weight: 700;
    color: blue;
    font-size: 11pt;
    line-height: 11pt;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    font-variant: normal;
}
							 
.SmallStandardBodyBlue { font-family: Arial;
							 font-weight: 500;
							 color: blue; 
							 font-size: 11pt;
							 line-height: 11pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.VerySmallBodyBlue     { font-family: Arial;
							 font-weight: 600;
							 color: blue; 
							 font-size: 9pt;
							 line-height: 9pt;
							 font-style: bold;
							 text-decoration: bold;
							 text-transform: normal;
							 font-variant: bold; }
.StandardBodyRed      {  font-family: Arial;
							 font-weight: 600;
							 color: red; 
							 font-size: 10pt;
							 line-height: 11pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.SmallBodyRed      {  font-family: Arial;
							 font-weight: 600;
							 color: red; 
							 font-size: 8pt;
							 line-height: 8pt;
							 font-style: normal;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.BlueItalicBody        { font-family: Arial;
							 font-weight: 700;
							 color: blue; 
							 font-size: 11pt;
							 line-height: 12pt;
							 font-style: italic;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.SmallBlueItalicBody  { font-family: Arial;
							 font-weight: 700;
							 color: blue; 
							 font-size: 10pt;
							 line-height: 10pt;
							 font-style: italic;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }

.BlackItalicBody       { font-family: Arial;
							 font-weight: 700;
							 color: black; 
							 font-size: 11pt;
							 line-height: 13pt;
							 font-style: italic;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }
.YellowItalicBody      { font-family: Arial;
							 font-weight: 700;
							 color: yellow; 
							 font-size: 11pt;
							 line-height: 13pt;
							 font-style: italic;
							 text-decoration: none;
							 text-transform: none;
							 font-variant: normal; }

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
    border: 0px #666 dotted;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: left;
    color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 0.9em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}
-->
