/* CSS Document */

.btmlinks {
	color: #333333;
	border-bottom-color: #FFFFFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a:link {
    color:#0000CC;
	text-decoration: underline;
	font-weight: normal;
}

a.link:hover {
    color:#FF0000;
	text-decoration:none;
	font-weight: normal;
}

a.link:visited {
    color:#0000CC;
	text-decoration: underline;
	font-weight: normal;
}
A.alpha {
    font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
}
A.alpha:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFCC66;
}
