body, table, tr, td
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    color: #666666;
}


.txtLogo
{
    font-family:Arial;
    font-size: 48px;
    font-weight: bold;
    color: #0033CC;
    text-decoration: none;	
}


.txtHeader
{
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}




.txtMenu
{
    font-size: 12px;
    color: #000000;
    text-decoration: underline;
}


.txtMenuBlack
{
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.txtBody
{
    font-size: 12px;
    color: #666666;
}

.txtBodyBlack
{
    font-size: 12px;
    color: #000000;
}

.txtHeaderMenuWhite
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

.txtHeaderMenuWhite: Hoover
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}

.txtHeaderMenuGrey
{
    font-size: 11px;
    color: #666666;
    text-decoration: none;
}

.txtHeaderMenuGrey: Hoover
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}

.txtHeaderMenuBlack
{
    font-size: 11px;
    color: #000000;
    text-decoration: none;
}

.txtHeaderMenuBlack: Hoover
{
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}

.txtFooterMenuBlue
{
    font-size: 11px;
    color: #333333;
}

.txtFooterMenuGrey
{
    font-size: 11px;
    color: #666666;
}


.cssStatusJa
{
    font-size: 10px;
    font-weight: bold;
    color: 1D621D;
    text-decoration: none;
}

.cssStatusJa:hover
{
    font-size: 10px;
    font-weight: bold;
    color: 1D621D;
    text-decoration: underline;
}

.cssStatusNee
{
    font-size: 10px;
    font-weight: bold;
    color: DA1E06;
    text-decoration: none;
}

.cssStatusNee:hover
{
    font-size: 10px;
    font-weight: bold;
    color: DA1E06;
    text-decoration: underline;
}


.txtPrintTitle
{
    font-size: 14px;
    color: #000000;
}

.txtPrintChapter
{
    font-size: 13px;
    color: #000000;
}

.txtPrintPageText
{
    font-size: 12px;
    color: #000000;
}



.cssFormObject
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
}

.cssFormObjectUCase
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
    text-transform: uppercase;
}

.cssFormObjectLCase
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
    text-transform: lowercase;
}


.cssFormObjectLocked
{
    font-size: 14px;
    color: #111111;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #e6e6e6;
}

.cssFormObjectError
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #FF0000;
    border-style: Solid;
    background-color: #FFCACA;
}

.cssFormObjectUCaseError
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #FF0000;
    border-style: Solid;
    background-color: #FFCACA;
    text-transform: uppercase;
}

.cssFormObjectLCaseError
{
    font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #FF0000;
    border-style: Solid;
    background-color: #FFCACA;
    text-transform: lowercase;
}


.aspButton
{
    font-size: 11px;
    color: #666666;
    border-width: 1pt;
    border-color: #666666;
    border-style: Solid;
    background-color: #CCCCCC;
}

.cssFormObject2
{
    font-size: 11px;
    color: #000000;
    border-width: 1pt;
    border-color: #cbcbcb;
    border-style: Solid;
    background-color: #FFFFFF;
}

.uppercase
{ 
    text-transform: uppercase;
    color: #003366
}

.lowercase
{ 
    text-transform: lowercase;
    color: #003366
}


.firstup:first-letter {
text-transform:uppercase;
font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
}

.firstup {
text-transform:lowercase;
font-size: 14px;
    color: #003366;
    border-width: 1pt;
    border-color: #CCCCCC;
    border-style: Solid;
    background-color: #FFFFFF;
}

#tooltip {position:absolute;z-index:3000;border:1px solid #FFD400;background-color:#ffc;padding:1em 1em 1.5em 1em;opacity:.9;width:450px;font-size:100%;}

#tooltip strong{padding-bottom:1em;display:block;font-size:100%;color:#002280;}

#tooltip p{margin:0;}

#tooltip span.url{margin:0;}

#tooltip img{margin:0;} 



