/* CSS Document */


a:link {
	color: #B01211;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B01211;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #9FA2A9;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #B01211;
	font-weight: bold;
}
.style1 {
	font-size: 13px;
	font-weight: bold;
	color: #B01211;
}
.menu{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.menu a:link {
	color:#FFFFFF;
	text-decoration: underline;
}
.menu a:visited {
	color:#FFFFFF;
	text-decoration: underline;
}
.menu a:hover {
	text-decoration: none;
	color: #9FA2A9;
}
.menu a:active {
	text-decoration: underline;
	color:#FFFFFF;
}


