/* CSS Document */



a:link {
	color: #2d99bd; 
	text-decoration: underline; 
}
a:visited {
	color: #775577; 
	text-decoration: underline;
}
a:hover {
	color: #ff3300; 
	text-decoration: underline;
}
a:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



.logo a:link, .topMenu a.img:link, .logo a:visited, .topMenu a.img:visited, .logo a:hover, .topMenu a.img:hover, .logo a:active, .topMenu a.img:active {
	margin:0px;
	padding: 0px;
	background-color: transparent 
}



a.a_lv:link, a.a_lv:visited {
	color: #2d99bd; 
	text-decoration: underline; 
}
a.a_lv:hover {
	color: #ff3300; 
	text-decoration: underline;
}
a.a_lv:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



a.a_lv_dashed:link, a.a_lv_dashed:visited {
	color: #2d99bd; 
	text-decoration: none;
	border-bottom:1px dashed #2d99bd
}
a.a_lv_dashed:hover {
	color: #ff3300; 
	text-decoration: none;
	border-bottom:1px dashed #ff3300
}
a.a_lv_dashed:active {
	color: white; 
	text-decoration: none;
	border-bottom: 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: #eb3219 
}



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: white; 
	text-decoration: none;
	background-color: #eb3219 
}



.topMenu a:link, .topMenu a:visited {
	color: white; 
	padding: 2px;
	text-decoration: underline; 
}
.topMenu a:hover {
	color: black; 
	text-decoration: none;
	background-color: white 
}
.topMenu a:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



.leftMenu a:link, .leftMenu a:visited {
	color: #b83219; 
	text-decoration: underline; 
}
.leftMenu a:hover {
	color: black; 
	text-decoration: underline;
}
.leftMenu a:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



.page-uri a:link, .page-uri a:visited {
	color: #666666; 
	text-decoration: underline; 
}
.page-uri a:hover {
	color: black; 
	text-decoration: underline;
}
.page-uri a:active {
	color: white; 
	text-decoration: none;
	background-color: #eb3219 
}



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.black_lv:link, a.black_lv:visited {
	color: black; 
	text-decoration: underline;
}
a.black_lv:hover {
	color: #ff3300; 
	text-decoration: underline;
}
a.black_lv:active {
	color: white; 
	background-color: #eb3219; 
	text-decoration: none;
}
