@charset "UTF-8";
/* CSS Document */

.smalltext {
	font-family: "lucida grande", arial, verdana;
	font-size: 9px;
	color: #999999;
}
.medtext {
	font-family: "lucida grande", arial, verdana;
	font-size: 11px;
	color: #999999;
}
a:visited {
	color: #CCCCCC;
}
a:link {
	color: #FC9414;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
