﻿body
{
    margin: 0px;
    background-image: url(  'images/background.gif' );
    background-repeat: repeat-x;
}

.lowlft
{
    background-image: url( 'images/Lower_lft.gif' );
    background-repeat: repeat-y;
}
.lowrt
{
    background-image: url( 'images/Lower_rt.gif' );
    background-repeat: repeat-y;
}
.lowspacer
{
    background-image: url( 'images/logo_low_spacer.gif' );
    background-repeat: repeat-x;
}

.mainMenu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #003300;
    vertical-align: middle;
    text-align: center;
    line-height: 10px;
}

.menuback
{
    background-image: url(  'images/Menu_back.gif' );
    background-repeat: repeat-x;
}
.subMenu
{
    border-color: #339933;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    font-size: xx-small;
}

.subMenuHover
{
    background-image: url(   'images/submenu_back.jpg' );
    background-repeat: repeat-y;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-color: #339933;
    font-size: xx-small;
}

.innerMenu
{
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #339933;
    font-family: 'Times New Roman' , Times, serif;
    font-size: x-small;
    color: #008000;
    font-weight: bold;
    text-align: left;
}
.innerMenuHover
{
    background-image: url(    'images/submenu_back.jpg' );
    border-style: solid solid none none;
    border-width: 1px;
    border-color: #339933;
    font-family: 'Times New Roman' , Times, serif;
    font-size: x-small;
    color: #008000;
    font-weight: bold;
    background-repeat: repeat-y;
}
.innerMenuSelected
{
    border-style: solid none none none;
    border-width: 1px;
    border-color: #339933;
    font-family: 'Times New Roman' , Times, serif;
    font-size: x-small;
    color: #003300;
    font-weight: bold;
    background-image: url( 'images/submenu_back.jpg' );
    background-repeat: repeat-y;
}
.menuLowLine
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #339933;
}

.lowerMenu
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 9pt;
}

a:link
{
    color: #006600;
    text-decoration: none;
}
a:visited
{
    color: #003300;
    text-decoration: none;
}
a:hover
{
    color: #003300;
    text-decoration: none;
}
a:active
{
    color: #003300;
    text-decoration: none;
}
.breadcrumb
{
    font-family: "Times New Roman", Times, serif;
    font-size: x-small;
    color: #339933;
}
.Title
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #46C146;
    line-height: 18px;
}
.Titleblue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #006666;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    border-bottom-color: #006666;
}
.imageTitleblue
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medum;
    font-weight: bold;
    color: #006666;
}
.imageText
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10pt;
    color: #FFFFFF;
    line-height: 11pt;
}
.imageTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    color: #99FF99;
}
.smalltitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #339933;
}

.mainText
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 9pt;
    color: #000000;
    line-height: 11pt;
}
.mainBullets
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 10pt;
    color: #000000;
    line-height: 11pt;
    list-style-type: disc;
    list-style-position: inside;
    text-indent: inherit;
    list-style-image: inherit;
}
