a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.gray:link {
	color: #999999;
	text-decoration: none;
}
a.gray:visited {
	color: #999999;
	text-decoration: none;
}
a.gray:hover {
	color: #000000;
	text-decoration: none;
}
a.gray:active {
	color: #999999;
	text-decoration: none;
}
body {
	background-color: #f5f5f5;
}
font {
	font-family: "Century Gothic", verdana, arial;
	font-size: 17px;
	color: #000000;
}
font.title {
	font-family: "Century Gothic", verdana, arial;
	font-size: 20px;
	color: #000000;
}
font.small {
	font-family: "Century Gothic", verdana, arial;
	font-size: 14px;
	color: #000000;
}
font.smallgray {
	font-family: "Century Gothic", verdana, arial;
	font-size: 14px;
	color: #999999;
	
	}
font.biggray {
	font-family: "Century Gothic", verdana, arial;
	font-size: 17px;
	color: #999999;
