a.link:link,a.link:active,a.link:visited
{
	background-repeat: no-repeat;
	display: block;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 1px solid #000000;
	background-color: #406D9A;
}
.white {
	color: #FFFFFF;
}
a.link:hover
{
	color: #FFFFFF;
	background-color: #000000;
}

a.link2:link,a.link2:active,a.link2:visited
{
	background-repeat: no-repeat;
	display: block;
	width: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 15px;
	border: 1px none #000000;
	background-color: #000000;
}
a.link2:hover
{
}
