@charset "utf-8";
/* CSS Document */

.Heading
{
font-family: tahoma;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #003166;
}
.HeadingBlack
{
font-family: tahoma;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.BodyText
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #000000;
}
.LinkBrown
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #cc7a31;
}
.LinkBrown:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #cc7a31;
}
.LinkBrownUnderline
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #cc7a31;
}
.LinkBrownUnderline:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #cc7a31;
}
.DateTime
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #626262;
}
.LinkBlackUnderline
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #000000;
}
.LinkBlackUnderline:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #000000;
}
.FooterText
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #4f4f4c;
}
.FooterLink
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #4f4f4c;
}
.FooterLink:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #4f4f4c;
}