/* CSS Document */



a:link img, a:visited img, a:hover img, a:active img {
	background-color: transparent
}



a:link {
	color: #575757; 
	text-decoration: underline; 
}
a:visited {
	color: #575757; 
	text-decoration: underline;
}
a:hover {
	color: #cc9900; 
	text-decoration: underline;
}
a:active {
	color: #ffcc00; 
	text-decoration: underline;
}



a.a_lv:link, a.a_lv:visited {
	color: #575757; 
	text-decoration: underline; 
}
a.a_lv:hover {
	color: #cc9900; 
	text-decoration: underline;
}
a.a_lv:active {
	color: #535353; 
	text-decoration: underline;
}



a.a_lv_dashed:link, a.a_lv_dashed:visited {
	color: #575757; 
	text-decoration: none; 
	border-bottom:1px dashed #575757
}
a.a_lv_dashed:hover {
	color: #575757; 
	text-decoration: none;
	border-bottom:1px dashed black
}
a.a_lv_dashed:hover {
	color: #cc9900; 
	text-decoration: none;
	border-bottom:1px dashed #cc9900 
}



.tags a:link, .tags a:visited, a.black_lv:link, a.black_lv:visited  {
	color: black; 
	text-decoration: underline; 
}
.tags a:hover, a.black_lv:hover {
	color: #cc9900; 
	text-decoration: underline;
}
.tags a:active, a.black_lv:active {
	color: #ffcc00; 
	text-decoration: underline;
}



.topMenu a:link, .topMenu a:visited {
	color: white; 
	text-decoration: underline; 
}
.topMenu a:hover {
	color: #283c6a; 
	text-decoration: none;
	background-color: white 
}
.topMenu a:active {
	color: #283c6a; 
	text-decoration: none;
	background-color: white 
}



.leftMenu a:link, .leftMenu a:visited, .clients a:link, .clients a:visited {
	color: #575757; 
	text-decoration: none; 
}
.leftMenu a:hover, .clients a:hover {
	color: #575757; 
	text-decoration: underline;
}
.leftMenu a:active, .clients a:active {
	color: #575757; 
	text-decoration: underline;
	font-weight: bold  
}



a.exit:link, a.exit:visited {
	color: #ffcc99; 
	text-decoration: underline; 
}
a.exit:hover {
	color: #ff3300; 
	text-decoration: underline;
}
a.exit:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



a.red_lv:link, a.red_lv:visited {
	color: #b83219; 
	text-decoration: underline; 
}
a.red_lv:hover {
	color: black; 
	text-decoration: underline;
}
a.red_lv:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



a.red_lv_dashed:link, a.red_lv_dashed:visited {
	color: #b83219; 
	text-decoration: none;
	border-bottom:1px dashed #b83219 
}
a.red_lv_dashed:hover {
	color: black; 
	text-decoration: none;
	border-bottom:1px dashed black
}
a.red_lv_dashed:active {
	color: white; 
	text-decoration: none;
	border-bottom: none;
	background-color: #283c6a 
}



a.green_lv:link, a.green_lv:visited {
	color: #339900; 
	text-decoration: underline; 
}
a.green_lv:hover {
	color: black; 
	text-decoration: underline;
}
a.green_lv:active {
	color: black; 
	text-decoration: underline;
}


