<!--
a:link {
	color: #4A4645;
}
a:visited {
	color: #4A4645;
}
a:hover {
	color: #666666;
}
a:active {
	color: #4A4645;
}

.m_but {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.m_but:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.m_but:hover {
	color:#FFFFFF;
	text-decoration:line-through;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
a.style1:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.style1:hover {
	color: #999999;
	text-decoration:line-through;
}
a.style1:visited {
	color: #FFFFFF;
	text-decoration:none;
}