/* CSS Document */

body
{
font-family:tahoma;
font-size:9pt;
}

h3
{
font-family:"Lucida Sans";
font-size:14pt;
font-weight:normal;
color:navy;
border-bottom:1px solid orange;
}

td
{
font-family:tahoma;
font-size:9pt;
background:white;
}

a
{
color:navy;
text-decoration:none;
}

a.navLink
{
color:navy;
}

.navLink:hover
{
color:navy;
text-decoration:underline;
}

a:hover
{
color:navy;
text-decoration:underline;
}

.navButton
{
font-size:8pt;
color:navy;
padding:4px;
cursor:hand;
width:110px;
font-weight:bold;
border-top:1px solid white;
}

.navSelectedButton
{
font-size:8pt;
color:navy;
border-top:1px solid navy;
background:khaki;
padding:4px;
cursor:hand;
width:110px;
font-weight:bold;
}


.menu
{
background:khaki;
font-family:arial;
font-size:10pt;
width:110px;
padding:8px;
display:none;
border-left:2px solid silver;
}

input,select,textarea
{
font-family:tahoma;
font-size:11px;
}