@CHARSET "UTF-8";
a {
	text-decoration: none;
	color: #849812;
	outline-color:invert !important;
	outline-style:none !important;
	outline-width:medium !important;
}
a:hover {
	text-decoration: underline;		
}
a.dark {
	color: #444;
}
#main_menu a {
	display: block;
	margin-top: 7px;
	color: white;
	text-decoration: none;
}
.paging a, .paging a:hover  {
	text-decoration: none;
}
#sub_menu a {
	color: white;
	font-weight: normal;
}
#sub_menu li.selected a {
	font-weight: bold;
}
h5 a {
	font-weight: normal;
}
div#login_header  a {
	font-weight: bold;
	color: white;
}
div#breadcrumb a{
	color: #444;
}
div#breadcrumb #login_box a {
	color: #849812;
}
.box_tab_menu li a {
	font-weight: bold;	
}
.box_tab_menu li.selected a {
	font-weight: bold;	
	color: #D80122;
}
#footer a {
	color: #FFF;		
}
#logout a {
	color: white;
	font-weight: bold;
}
.violation a {
	color: red;
}
.is_good {
	margin-top: 10px;
}
.tagcloud a{
	color: #444;
}

