.headerText
{
	font-family: arial;
	font-size: 21pt;
	text-indent: 12px;
	vertical-align: bottom;
	color: #FFFFFF;
	
}
.headerBackground
{
    background-color: #222222;
    height: 65px;
}
.footerBackground
{
	background-color: #222222;
	height: 30px; 
}
.footerText
{
	font-family: arial;
	font-size: 8pt;
	text-indent: 12px;
	vertical-align: bottom;
	color: #FFFFFF;
}
.littleText
{
	font-family: arial;
	font-size: 8pt;
}
.littleGreenText
{
	font-family: arial;
	font-size: 8pt;
	color: #66FF33;
}

.titleText
{
	font-family: arial;
	font-weight: bold;
}
.titleTextTwoSerif
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;	
  	padding-left: 20px;
  	padding-right: 20px;  	
  	line-height: 14pt;
}
.titleTextTwo
{
	font-family: arial;
	font-size: 13pt;	
  	padding-left: 20px;
  	padding-right: 20px;  	
  	line-height: 16pt;
}

.articleText
{
	font-family: arial;
	font-size: 13pt;	
  	padding-left: 20px;
  	padding-right: 20px;  	
  	line-height: 18pt;
	text-align: left;
}

.articleTextSerif
{
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;	
  	padding-left: 20px;
  	padding-right: 20px;  	
  	line-height: 14pt;
	text-align: justify;
}
.articleTextTwo
{
	font-family: arial;
	font-size: 11pt;	
  	line-height: 14pt;
}

.sidebarText
{
	font-family: arial;
	font-size: 9pt;
	padding-left: 18px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}
.allLinks
{
	color: #CC1155;
    text-decoration: none;
}
.topPadding
{
	padding-top: 20px;
}
.bottomPadding
{
	padding-bottom: 20px;
}
.boldText
{
	font-weight: bold;
}
