.basicstyle {
	font-family: "Times New Roman", Times, serif;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
	text-align: center;

}
.subheading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: normal;


}
.dollars {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	font-variant: normal;
	text-align: right;
	letter-spacing: .75em;

}
.red {
	background-color: #FF6699;
}
.white {
	background-color: #FFFFFF;
}
.blue {
	background-color: #66CCFF;
}
