.top_links {
	font-size: 10px;
	color: #F3F4F7;
	font-family: Verdana;
	cursor: pointer;
	cursor: hand;
}

.menu_link {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	color: #f3f4f7;
	font-weight: bold;
}

.menu_link_sel {
	font-size: 10px;
	text-decoration: none;
	font-family: Verdana;
	color: #E6721D;
	font-weight: bold;
}

.txt{
	font-size: 9px;
	font-weight: 500;
	font-family: Verdana;
}

.txt1{
	font-size: 11px;
	font-weight: 500;
	font-family: Tahoma;
}

.undecor{
	text-decoration: none;
}

a:hover{
text-decoration: underline;
}