/* blog css classes */
.BlogHeaderSmallLarge {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 13px;
	color: #666666;
	text-align: left;
	vertical-align: bottom;
	font-weight: bold;
	text-decoration: underline;
}

.BlogHeaderSmall {
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: 12px;
	color: #999999;
	text-align: left;
	vertical-align: bottom;
}
.BlogBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	padding-top: 10px;
	line-height: 14px;
	padding-right: 20px;
}

/* end blog css classes */

