.titletext {
	font-family: "Trebuchet MS", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	color: #999999;
	font-weight: bold;

}
.detailtext {
	font-family: "Trebuchet MS", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	color: #CCCCCC;
}
.footertext {
	font-family: "Trebuchet MS", "Verdana", "Arial", "sans-serif";
	font-size: 11px;
	color: #CCCCCC;
}
a:link {
	text-decoration: underline;
	color: #999999;

}
a:visited {
	font-family: "Trebuchet MS", "Verdana", "Arial", "sans-serif";
	color: #CCCCCC;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

