body
{
	margin-left: 5px;
	margin-top: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: White;
}

a:link { color: #004f75; text-decoration: none; font-family: Verdana, Arial, sans-serif; font-size: 11px; }
a:visited { color: #004f75; text-decoration: none; font-family: Verdana, Arial, sans-serif; font-size: 11px;}
a:hover { color: #004f75; text-decoration: underline; font-family: Verdana, Arial, sans-serif; font-size: 11px;}
a:active { color: #004f75; text-decoration: none; font-family: Verdana, Arial, sans-serif; font-size: 11px;}

a.highlight:link { font-weight: bold; color: #ffcc00; }
a.highlight:visited { font-weight: bold; color: #ffcc00; }
a.highlight:hover { font-weight: bold; color: #ffcc00; }
a.highlight:active { font-weight: bold; color: #ffcc00; }

a.mainlink:link { font-weight: bold; color: #ffffff; }
a.mainlink:visited { font-weight: bold; color: #ffffff; }
a.mainlink:hover { font-weight: bold; color: #ffffff; }
a.mainlink:active { font-weight: bold; color: #ffffff; }

td.credentials
{	
	font-weight: bold;
    font-size: 10px;
}

td.navbartop
{
	text-align: right;
    font-size: 11px;
    background-color: #000084;
    background-image: url(../images/t.gif);
    background-repeat: no-repeat;
    width: 100%;
    color: #EEEEEE;
    border-bottom: white 2px inset;
    font-family: verdana;
    height: 20px;
    padding-right: 5px;
}

td.navbarbottom
{
    border-top: white 2px groove;
    font-weight: bold;
    font-size: 11px;
    background-image: url(../images/tb.gif);
    background-repeat: no-repeat;
    width: 100%;
    color: white;
    font-family: verdana;
    height: 20px;
    padding-left: 5px;
}

.copyright
{
	font-weight: 400; 
	letter-spacing:3px; 
	font-family: Arial; 
	font-size: 7pt;
}

.copyright a:link { font-size: 9px; }
.copyright a:visited { font-size: 9px; }
.copyright a:hover { font-size: 9px; }
.copyright a:active { font-size: 9px; }

/* TABSTRIP */
.tabstrip
{
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.filler
{
	/*border-bottom: 1px solid #BDBDBD;*/
	border-bottom: 1px solid #BDBDBD;
}
.fudge
{
	position: relative;
	top: 1px;
}
.tabdefaultstyle
{
	width: 100px;
	height: 35px;	
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 10px;
	color: #0000FF;
	border-bottom: 1px solid #BDBDBD;
}
.tabselectedstyle
{
	width: 100px;
	height: 35px;	
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
	border-right: 1px solid #BDBDBD;	
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	font-size: 11px;
}
.tabhovery
{
	width: 100px;
	height: 35px;	
	text-align: center;
	text-decoration:underline;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
	color: #0000FF;
	border-bottom: 1px solid #BDBDBD;	
}