/* CSS Document */
A:link {
	COLOR: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9px;
	font-weight: bold;


}
A:visited {
	TEXT-DECORATION: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #333333;
	font-size: 9px;
	font-weight: bolder;


}
A:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 9px;
	font-weight: bolder;


}
A:hover {
	COLOR: #333333;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: bolder;

}

