/* CSS Document */

a {
	color:#333399;
	cursor: pointer;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/*line-height:150%;*/
}
a:hover {
	text-decoration: none;
	color:#FF9900
	/*color:#FF6600*/
}
a:active{
	text-decoration: none;
}
