/* Site Navigation links. */
#navigation {
        font-family: Verdana, sans-serif;
        font-size: 12px;
}

#navigation a {
        text-decoration: none;
        font-weight: bold;
}

#navigation a:active {
        color: green;
}

#navigation a:link, a:visited {
        color: blue;
}

#navigation a:hover {
        color: red;
}

/* Site Navigation Panel Table Row. Contains navigation links. */
#nav_panel {
        background-color: #FCE88A; /*#e3f0ff;*/ /*d3ffd6*/
        color: black;
}


#logo_td {
        font-family: Verdana, sans-serif;
        font-weight: bold;
        font-size: 18pt;
	color: black;
}

#name_16_text {
        color: navy;
}

