@CHARSET "UTF-8";

a {
	text-decoration: none;
	color: #444; 
}

a:hover {
	text-decoration: underline;;
}

.text a {
	color: #E68000; 
}
.orange {
	color: #E68000;
}
a img {
	border: none;
}

.left_menu li a {
	padding-left: 18px;
	background: url(../img/left_menu_link.gif) top left no-repeat;
	display: block;
}

.left_menu li.selected a {
	padding-left: 18px;
	background: url(../img/left_menu_link_selected.gif) top left no-repeat;
}