body, td {
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}
.title {
	font-size: 13px;
	font-weight: bold;
}

table.navbar {
	font-weight: bold;
	text-align: center;
	margin: 0px;
}

.navlink {
	display: block;
	border: 1px none transparent;
	width: 151px;
	height: 2em;
	/* background: orange; */
}

.navtd {
	font-weight: bold;
	padding: 0px;
	/* height: 2em; */
}

.navtdActive {
	color: white;
	background: #006;
}

.linkText {
	display: block;
	border: 1px none transparent;
	padding: 4px 0px 4px 0px;
}

a:link     { color: #000066;  text-decoration: none; }
a:visited  { color: #000066;  text-decoration: none; }
a:hover    { color: #0000FF;  text-decoration: none; }
a:active   { color: #F80;  text-decoration: underline; }

.navbar a:link {color: black;}
.navbar a:visited {color: black;}
/* .navbar a:hover {color: #000066; background: #FFC;} */
.navbar a:hover {color: #FFF; background: #C00;}
.navbar a:active {text-decoration: none; color: #000066;}

.bannerBar {
	text-align: center;
	background: #eee;
	width: 140px;
}