/* CSS Document */



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



a:link {
	color: white; 
	text-decoration: underline; 
}
a:visited {
	color: white; 
	text-decoration: underline;
}
a:hover {
	color: #57a7ca; 
	text-decoration: underline;
}
a:active {
	color: #66ccff; 
	text-decoration: underline;
}



a.a_lv:link, a.a_lv:visited {
	color: white; 
	text-decoration: underline; 
}
a.a_lv:hover {
	color: #57a7ca; 
	text-decoration: underline;
}
a.a_lv:active {
	color: #66ccff; 
	text-decoration: underline;
}



a.a_noneline:link, a.a_noneline:visited, a.a_noneline:hover, a.a_noneline:active {
	color: white; 
	text-decoration: none; 
}



a.a_lv_dashed:link, a.a_lv_dashed:visited {
	color: white; 
	text-decoration: none; 
	border-bottom:1px dashed white 
}
a.a_lv_dashed:hover {
	color: #57a7ca; 
	text-decoration: none;
	border-bottom:1px dashed #57a7ca 
}
a.a_lv_dashed:active {
	color: #66ccff; 
	text-decoration: none;
	border-bottom:1px dashed #66ccff 
}



.topMenu a:link, .topMenu a:visited {
	color: white; 
	text-decoration: none; 
}
.topMenu a:hover {
	color: #57a7ca; 
	text-decoration: underline;
}
.topMenu a:active {
	color: #66ccff; 
	text-decoration: underline;
}



.leftMenu a:link, .leftMenu a:visited {
	color: white; 
	text-decoration: underline; 
}
.leftMenu a:hover {
	color: #57a7ca; 
	text-decoration: underline;
}
.leftMenu a:active {
	color: #66ccff; 
	text-decoration: underline; 
}



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: #ff6666; 
	text-decoration: underline; 
}
a.red_lv:hover {
	color: #ff3333; 
	text-decoration: underline;
}
a.red_lv:active {
	color: #ff3333; 
	text-decoration: underline;
}



a.red_lv_dashed:link, a.red_lv_dashed:visited {
	color: #ff6666; 
	text-decoration: none;
	border-bottom:1px dashed #ff6666 
}
a.red_lv_dashed:hover {
	color: #ff3333; 
	text-decoration: none;
	border-bottom:1px dashed #ff3333
}
a.red_lv_dashed:active {
	color: #ff3333; 
	text-decoration: none;
	border-bottom: 1px dashed #ff3333
}



a.green_lv:link, a.green_lv:visited {
	color: #66cc66; 
	text-decoration: underline; 
}
a.green_lv:hover {
	color: #66ff00; 
	text-decoration: underline;
}
a.green_lv:active {
	color: #66ff00; 
	text-decoration: underline;
}



a.green_lv_dashed:link, a.green_lv_dashed:visited {
	color: #66cc66; 
	text-decoration: none;
	border-bottom:1px dashed #66cc66 
}
a.green_lv_dashed:hover {
	color: #66ff00; 
	text-decoration: none;
	border-bottom:1px dashed #66ff00
}
a.green_lv_dashed:active {
	color: #66ff00; 
	text-decoration: none;
	border-bottom: 1px dashed #66ff00
}



a.grey_lv:link, a.grey_lv:visited {
	color: #999999; 
	text-decoration: underline; 
}
a.grey_lv:hover {
	color: #57a7ca; 
	text-decoration: underline;
}
a.grey_lv:active {
	color: #66ccff; 
	text-decoration: underline;
}

