/* CSS Document */
.heading {
	color: #666666;
	font-family: "Lucida Sans";
	font-size: 18px;
}
.paragraphbold {
	color: #666666;
	font-family: "Lucida Sans";
	font-size: 13px;
	font-weight: bold;
}
.paragraph {
	color: #666666;
	font-family: "Lucida Sans";
	font-size: 12px;
}
.paragraph-sm {
	color: #666666;
	font-family: "Lucida Sans";
	font-size: 9px;
}
body {
	background-color: #FFFFCC;
}