/*B
{
    FONT-WEIGHT: bold;
    FONT-FAMILY: Century Gothic, Arial, helvetica;
}*/
BODY
{
    FONT-SIZE: 8pt;
    MARGIN: 10px;
    /*COLOR: #333333;*/
    FONT-FAMILY: verdana, "Century Gothic", Arial;
    BACKGROUND-COLOR: white;
    /*TEXT: #000000;
    LINK: #0000FF;
    VLINK: #0000CC;*/
}
BODY.noMargin
{
    MARGIN: 0px;
}
H1
{
    FONT-SIZE: 24pt;
    COLOR: #000080;
}
H2
{
    FONT-SIZE: 14pt;
    COLOR: #000080;
}
H3
{
    FONT-SIZE: 12pt;
    COLOR: #000080;
}
H4
{
    FONT-SIZE: 10pt;
	  COLOR: #000080;
}
TD
{
    FONT-SIZE: 10pt;
    COLOR: #333333;
    /*FONT-FAMILY: Century Gothic, Arial, helvetica*/
}
P
{
    FONT-SIZE: 10pt;
    COLOR: #333333;
    /*FONT-FAMILY: Century Gothic, Arial, helvetica*/
}
A:hover
{
    COLOR: red;
    TEXT-DECORATION: underline
}
.mainMenu
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: dimgray;
    FONT-FAMILY: Century Gothic,Helvetica,arial
}
TABLE.mainMenu
{
    BORDER-RIGHT: #787878 1px solid;
    BORDER-TOP: #787878 1px solid;
    BORDER-LEFT: #787878 1px solid;
    BORDER-BOTTOM: #787878 1px solid
}
TD.mainMenuMain
{
    BORDER-RIGHT: #2c2734 1px solid;
    BORDER-TOP: #2c2734 0px solid;
    BORDER-LEFT: #2c2734 0px solid;
    BORDER-BOTTOM: #2c2734 1px solid
}
A.mainMenu:link
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    COLOR: dimgray;
    /*FONT-FAMILY: Century Gothic,Helvetica,arial;*/
    TEXT-DECORATION: none;
}
A.mainMenu:visited
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    COLOR: dimgray;
    /*FONT-FAMILY: Century Gothic,Helvetica,arial;*/
    TEXT-DECORATION: none;
}
A.mainMenu:hover
{
    FONT-SIZE: 10px;
    FONT-WEIGHT: bold;
    COLOR: black;
    /*FONT-FAMILY: Century Gothic,Helvetica,arial;*/
    TEXT-DECORATION: none;
}
TD.justify
{
    text-align: justify; 
    /*text-justify: newspaper */
}
SPAN.heading
{
    COLOR: white;
    FONT-SIZE: 14pt;
    /*FONT-FAMILY: Century Gothic, Arial;*/
    FONT-WEIGHT: bold;
}
SPAN.heading2
{
    COLOR: white;
    FONT-SIZE: 8pt;
    /*FONT-FAMILY: Century Gothic, Arial;*/
}
.justify
{
    TEXT-ALIGN: justify;
}


.menutitle1{
        font-size: 12px;
        font-weight: bold;
				/*text-decoration: #E00000;*/
        cursor:pointer;
        margin-bottom: 0px;
        padding:3px;
        margin-left: 5px;
        border-bottom:0px;
}

.sub1{
        margin-bottom: 0px;
        margin-left: 7px;
        width:170px;
        padding:3px;
        border-bottom:0px;
        text-decoration: none;
}

.sub1 A
{
				text-decoration: none;
}