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

.Menu
{
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #000000;
}
.Menu:hover
{
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #639800;
}
.MenuSelected
{
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #639800;
}
.Heading
{
font-family: tahoma;
font-size: 8pt;
font-weight: bold;
text-decoration: none;
color: #fa6608;
}
.Arrow
{
padding-right: 6px;
}
.BodyText
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #000000;
}
.GrayLink
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #5e5e5e;
}
.GrayLink:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #fa6608;
}
.FooterText
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #5e5e5e;
}
.FooterLink
{
font-family: tahoma;
font-size: 8pt;
text-decoration: none;
color: #5e5e5e;
}
.FooterLink:hover
{
font-family: tahoma;
font-size: 8pt;
text-decoration: underline;
color: #5e5e5e;
}
.GrayTextBold
{
font-family: tahoma;
font-size: 8pt;
font-weight:bold;
text-decoration: none;
color: #7e7e7e;
}
.GrayLinkBold
{
font-family: tahoma;
font-size: 8pt;
font-weight:bold;
text-decoration: none;
color: #7e7e7e;
}
.GrayLinkBold:hover
{
font-family: tahoma;
font-size: 8pt;
font-weight:bold;
text-decoration: underline;
color: #fa6608;
}