.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #669999;
	background-image: url(images/subtitle-bkg.jpg);

}
.body-text {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10pt;
	color: #333333;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}
a:link {
	color: #3399CC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #99CC99;


}
a:visited {
	color: #663399;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
.sub-heading1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #CC9900;
	font-style: italic;
}
.sub-heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #669966;
}
.sub-heading3 {
	font-weight: bold;
	color: #999966;
}
.mini-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #99CC99;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #CCFFCC;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #CCFFCC;

}
.capitalize {
	text-transform: capitalize;
	color: #990000;
}
