/*
// $Id: content.css,v 1.7 2011/12/16 17:15:32 scottl Exp $
// $Revision: 1.7 $
// $Author: scottl $
//
// $Log: content.css,v $
// Revision 1.7  2011/12/16 17:15:32  scottl
// Tweaks to css for H1 tag
//
// Revision 1.6  2011/09/21 06:17:27  brianm
// *** empty log message ***
//
// Revision 1.5  2011/09/14 02:22:47  brianm
// *** empty log message ***
//
// Revision 1.3  2008/02/03 18:36:50  scottl
// Various tweaks.
//
// Revision 1.2  2008/01/31 14:57:16  scottl
// Changed the way content titles are set.
//
// Revision 1.1  2008/01/02 19:20:33  scottl
// Initial check-in.
//
//
*/
h1,
.txtHead2 {
	font-size: 26px;
	line-height: 26px;
	color: #566c11;
}
.txtHeadContent 
{
	font-weight: bold;
	font-size: 16px;
	color: #4d5326;
}

.txtHomeHead
{
	position: absolute;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	top: 4px;
}
.bannerTitle
{
	line-height: 26px;
	font-variant: small-caps;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	}
