a.nav:link       { font-family: Verdana; font-size: 10pt; color: #46638F; text-decoration: none}
a.nav:visited    { font-family: Verdana; font-size: 10pt; color: #46638F; text-decoration: none}
a.nav:hover {background-color:#7896AB;color: #FFFFFF;}
a.nav:active {background-color:#FFFFFF;color: #505E96;}
a.nav
{
width:9em;
text-decoration:none;
color:white;
background-color:#EDEFF6;
padding:0.2em 0.6em;
/*border-top:2px solid #587E8F;*/
border-top:2px solid #7896AB;
border-bottom:1px solid white;
}

a.nav_white:link       { font-family: Verdana; font-size: 10pt; color: #46638F; text-decoration: none}
a.nav_white:visited    { font-family: Verdana; font-size: 10pt; color: #46638F; text-decoration: none}
a.nav_white:hover {background-color:#7896AB;color: #FFFFFF;}
a.nav_white:active {background-color:#FFFFFF;color: #505E96;}
a.nav_white
{
width:9em;
text-decoration:none;
color:white;
background-color:white;
padding:0.2em 0.6em;
/*border-top:2px solid #587E8F;*/
border-top:2px solid #7896AB;
border-bottom:1px solid white;
}


a.top-nav:link       { color:#587E8F; text-decoration: underline}
a.top-nav:visited    { text-decoration: underline;color: #587E8F}
a.top-nav:hover {text-decoration: underline overline dashed; color: #46638F;}
a.top-nav:active {color: #587E8F;}
a.top-nav
{
}

a.footer-nav:link       { font-size: -2pt;color:#587E8F; text-decoration: underline}
a.footer-nav:visited    { font-size: -2pt;text-decoration: underline;color: #587E8F}
a.footer-nav:hover {font-size: -2pt;text-decoration: underline overline dashed; color: #46638F;}
a.footer-nav:active {font-size: -2pt;color: #587E8F;}
a.footer-nav
{
}

h1           { font-family: Arial; font-size: 14pt; color: #587E8F; font-style: italic }
.contenttext { font-family: Arial; font-size: 10pt; color: #324161 }
TEXTAREA {
	BORDER-RIGHT: #8cacbb 1px solid; BORDER-TOP: #8cacbb 1px solid; FONT-FAMILY: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif, monospace; BORDER-LEFT: #8cacbb 1px solid; WIDTH: 100%; COLOR: black; BORDER-BOTTOM: #8cacbb 1px solid; BACKGROUND-COLOR: white
}
INPUT {
	BORDER-RIGHT: #8cacbb 1px solid; BORDER-TOP: #8cacbb 1px solid; VISIBILITY: visible; VERTICAL-ALIGN: middle; BORDER-LEFT: #8cacbb 1px solid; COLOR: black; BORDER-BOTTOM: #8cacbb 1px solid; FONT-FAMILY: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif; BACKGROUND-COLOR: white
}
SELECT {
	BORDER-RIGHT: #8cacbb 1px solid; BORDER-TOP: #8cacbb 1px solid; VERTICAL-ALIGN: top; BORDER-LEFT: #8cacbb 1px solid; COLOR: black; BORDER-BOTTOM: #8cacbb 1px solid; BACKGROUND-COLOR: white
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
