a.content, a.content:visited, a.content:link {
	//text-decoration: none;
	//color: #335599;
}
a.content:hover {
	//text-decoration: underline;
	//color: #FF9933
}

a:link {
	//text-decoration: none;
}
a:visited {
	//text-decoration: none;
}
a:active {
	//text-decoration: none;
}

a.nav_white {
	text-decoration: none;
	color: #ffffff;
}
a.nav_white:link {
	text-decoration: none;
	color: #ffffff;
}
a.nav_white:hover {
	text-decoration: none;
	color: #ffffff;
}
a.nav, a.nav:link {
	text-decoration: none;
	color: #000000;
}
a.nav:hover {
	text-decoration: none;
	color: #ffffff;
}
a.nav_selected {
	text-decoration: none;
	color: #ffffff;
}
a.nav_selected:hover {
	text-decoration: none;
	color: #ffffff;
	background: #FF9900;
}
a.back_to_top {
	font-size:11px;
	//color:#335599;
	//text-decoration:none;
}
a.back_to_top:visited {
	//font-size:11px;
	//color:#335599;
	//text-decoration:none;
}
a.back_to_top:hover {
	//font-size:11px;
	//color: #FF9933;
	//text-decoration: underline;
}