/* CSS Document */
.a1 {
	color:White;
	font-family:'Lucida Fax';
	font-size:14px;

}

.a1:link{
	text-decoration: none;
}

.a1:visited
{
	color: White;
	text-decoration: none;

}
.a1:hover{
	color:aqua;
	text-decoration: none;

}

.a1:active{
	text-decoration: none;
}

.a2 {
	color:#6E95BD;
	font-family:'Tahoma';
	font-size:12px;

}

.a2:link{
	text-decoration: none;
}

.a2:visited
{
	color: #6E95BD;
	text-decoration: none;

}
.a2:hover{
	color: #FF6600;
	text-decoration: none;

}

.a3
{
	color: #0099cc;
}


.a3:active{
	text-decoration: none;
}


.a3:link{
	text-decoration: none;
}

.a3:visited
{
	text-decoration: none;

}
.a3:hover{
	color:#FF6600;
	text-decoration: none;

}

.a:active{
	text-decoration: none;
}