a:link      { text-decoration: none; color:#000080 }
a:visited   { text-decoration: none; color:#000080}
a:hover     { text-decoration: underline; color:#0000FF}
a:active    { text-decoration: none; color:#000080}


.Button_Nav
{
	background:#FFFFFF url('../images/nav_new1.gif') no-repeat fixed medium bottom; font-size: 8pt; 
	font-family: Arial; 
	color: #FFFFFF; 
	position: relative; 
	width: 75; 
	height: 20; 
	left: 1; 
	top: 0; 
	padding: 0; 
	border: 0 none;
	cursor:hand;
}
.Button_Nav_Selected
{
	background:#FFFFFF url('../images/nav_new2.gif') no-repeat fixed medium bottom; font-size: 8pt; 
	font-family: Arial; 
	color: #FFFFFF; 
	position: relative; 
	width: 75; 
	height: 20; 
	left: 1; 
	top: 0; 
	padding: 0; 
	border: 0 none;
	font-weight: bold
	cursor:hand;
}