@charset "UTF-8";
/* CSS Document */

/*User styles*/
.bigBold {
	font-size: 18px;
	line-height: 24px;
}
.grayBigBold {
	color: #6e6e6e;
	font-size: 18px;
	line-height: 24px;
} 
.mediumCallout {
	font-style:italic;
	font-stretch:expanded;
	font-size: 14px;
}
.smallHeading {
	font-weight: bold;
}
.colorText {
}
.tinyText {
	font-size: 9px;
}
.allCaps {
	text-transform: uppercase;
}
