@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Georgia", Times New Roman, Times, serif;
}
.largeTitles {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.normalTitles {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.previewText {
	font-size: 11px;
	font-family: "Georgia", Times New Roman, Times, serif;
	}
.greyOutText {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #CCCCCC
}

