﻿.normal 
{
    font-family: arial;
    color: Black;
    font-size: 12px;
    line-height: 20px;
}

.homeside 
{
    font-family: arial;
    color: #666666;
    font-size: 11px;
    font-style: italic;
    line-height: 40px;
}

.tdheader
{
    font-family: arial;
    color: White;
    font-size: 12px;
    font-weight: bold;
    padding-left: 14px;
    BACKGROUND-IMAGE: url(images/bg_td.png);
    BACKGROUND-REPEAT: repeat-x; 
    HEIGHT: 25px;
}

.copyright
{
    font-family: arial;
    color: #D1DFEE;
    font-size: 10px;
}

a:link 
{
    color: #336699;
    text-decoration:none;
}

a:visited
{
    color: #336699;
    text-decoration:none;
}

a:hover 
{
    color: #336699;
    text-decoration: underline;
}

a:active
{
    color: #336699;
    text-decoration:none;
}

.dropdown {float:left;}
.dropdown dt {cursor:pointer;}
.dropdown dd {position:absolute; overflow:hidden; width:208px; display:none; background:#ffffff; z-index:200; opacity:0;}
.dropdown ul {width:208px; list-style:none; border-top:none;padding:0;}
.dropdown li {display:inline;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333333; background:#eaf0f2; width:208px;}
.dropdown a:hover {background:#d9e1e4; color:#000000}
.dropdown .underline {border-bottom:1px solid #b9d6dc;}

