/* CSS Document */
.bottomtext {
	font-family: Verdana;
	font-size: 9px;
	color: #999999;
	letter-spacing: 2px;
}
.bottomtext:link {
	font-family: Verdana;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.bottomtext:visited {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}
.bottomtext:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #990000;
	text-decoration:none ;
}
.bottomtext:active {
	font-family: Verdana;
	font-size: 9px;
	font-weight: 300;
	color: #990000;
	text-decoration: none;
}
