/* CSS Document */
body{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	font-family: Tahoma;
	font-size: 11px;
}

a:link {color: black; text-decoration: underline; border:none}
a:visited {color: black; text-decoration: underline; border:none}
a:hover {color: white; text-decoration: underline; }
a:active {color: white; text-decoration: underline; border:none}

a.nav:link {color: black; text-decoration: none; font-weight:bold }
a.nav:visited {color: black; text-decoration: none; font-weight:bold }
a.nav:hover {color: white; text-decoration: underline; font-weight:bold }
a.nav:active {color: white; text-decoration: underline; font-weight:bold }

a img {border: none; } 

#white{
	text-decoration:none;
	font-family: Tahoma;
	color:#FFFFFF;
	font-size: 11px;
}

#bu{
	text-decoration:underline;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

#b{
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
}

#overlap{
	margin-top:-15px;
}

#float_left {
	float: left;
	margin-right: 10px;
}

#float_right {
	float: right;
	margin-right: 10px;
}

td.vertical_edge{
	background-image:url(images/vertical_edge.gif);
	background-repeat:repeat-y;
	background-position:right;
}

td.bottom_nav{
	background-image:url(images/bottom_nav.gif);
	vertical-align:middle;
	height:43px;
}

td.footer{
	background-image:url(images/footer.gif);
	height:45px;
}