/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;	
}
a:active {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;	
}
a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;	
}
a:hover {
	color:#999999;
	text-decoration: none;
	background-color: #FFFFFF;	
}
.fonttype {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	color: #333333;
	word-spacing: 3px;
	letter-spacing: 2px;
	background-color: #FFFFFF;
}
