
#banner-bg
{
	background-image: url(images/BannerBG.jpg);
	background-repeat: repeat-x;
	background-size: 2px;
	width: 100%;
	height: 60px;
}

a
{
    text-decoration: none;
    color: #0000FF;
}

a:hover
{
    text-decoration: underline;
    color: #0000FF;
}

a.Dark
{
    text-decoration: none;
    color: #000000;
}

a.WithLine
{
    text-decoration: underline;
    color: #0000FF;
}

a.Download
{
    text-decoration: none;
    color: #0000FF;
}

a.Download:hover
{
    text-decoration: underline;
    color: #0000FF;
}

a.WithLineDark
{
    text-decoration: underline;
    color: #000000;
}

a.Anchor
{
    text-decoration: none;
    color: #000000;
}


a.NavHeader
{
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #F0F0F0;
    white-space: nowrap;
    outline-style: none;
}

a.NavHeader:hover
{
    color: #FFFF00;
}

a.NavHeader2
{
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #00FF60;
    white-space: nowrap;
    outline-style: none;
}

a.NavHeader2:hover
{
    color: #FFFF00;
}

a.NavHeader3
{
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #C02020;
    white-space: nowrap;
    outline-style: none;
}

a.NavHeader3:hover
{
    color: #FFFF00;
}

body
{
    font-family: times, serif;
}

span.sans
{
    font-family: arial, sans-serif;
}

span.TableText
{
    font-family: arial, sans-serif;
    font-size: 90%;
}

span.MainTitle
{
    font-family: arial, sans-serif;
    font-size: 230%;
    font-style: italic;
    font-weight: bold;
    vertical-align: top;
    color: #000000;
}

span.SectionTitle
{
    font-family: arial, sans-serif;
    font-size: 150%;
    font-style: italic;
    font-weight: bold;
    color: #000000;
}

table.sans
{
    font-family: arial, sans-serif;
    font-size: 90%;
}

td.Yes:after
{
    font-size: 125%;
    content: " \00A0\2714";
    color: #00B000;
}

td.Limited:after
{
    content: " \00A0\2731";
    color: #D09000;
}

td.No:after
{
    content: " \00A0\2718 ";
    color: #B00000;
}

td.Dark
{
    font-family: arial, sans-serif;
    background: #80B0FF;
    color: #000000;
}

