/* Default style for links */
a:active  { color: #3333CC}
a:hover   { color: #CC0033}
a:link    { color: #3333FF}
a:visited { color: #3333CC}

/* Default style */
body
{
  background-color: #FFFFFF;
}

/* Use this style for footnote numbers */
span.Footnote
{
  font-size: small;
  vertical-align: super
}

.Bold_Color_blue
{
font-family: "Formata Regular";
font-size: 11pt;
color: #3333CC;
font-weight: bold
}


.Bold_Color_red
{
font-family: "Formata Regular";
font-size: 11pt;
color: red;
font-weight: bold
}