@charset "utf-8";
/* CSS Document */
.style1 {font-size: 12px}
.style2 {color: #C70026}
.style3 {
	color: #CB002A;
	font-weight: normal;
}
.style8 {color: #FFFFFF}

a.menu:link, 
a.menu:active, 
a.menu:visited {
	text-decoration: none !important;
}
a.menu:hover {
	color: #C70026 !important;
	text-decoration: none !important;
}

.block_mouseover {
	background-color: #6D6D6D !important;
	cursor: pointer !important;
}

	.block_mouseover a:link, 
	.block_mouseover a:active, 
	.block_mouseover a:visited, 
	.block_mouseover a:hover { 
		color: #ffffff !important;
		text-decoration: none !important;
	}

.block_mouseover:hover {
	background-color: #C70026 !important;
}