/* CSS Document */
a.bas:link {
	color: #CC6666
	text-decoration: none;
	font-weight: normal;
	font-family: Arial,verdana;
	font-size: 11px;

}
a.bas:active {
	color: #CC6666;
	font-weight: normal;
	font-family: Arial,verdana;
	font-size: 11px;

}
a.bas:visited {
	color: #CC6666;
	font-weight: normal;
	font-family: Arial,verdana;
	font-size: 11px;

}
a.bas:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial,verdana;
	font-size: 11px;

}
