body  	{

	background: url(../images/common/backer_fire.jpg) repeat-x;
	font-family: Times New Roman, Times, serif;
	font-size: 12px; 
	color: #1e1e1e;
	background-color: #f7e4ac;
	}
	
.backerColor		{
	background-color: #fce1af;
	}
	
#wrapper	{
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
 
#banner	{
	margin: 9px 0px;
	}
	
#contentWell		{
	margin-bottom: 9px;
	}
 
.edge		{
	background: url(../images/common/edge.png) repeat; 
	width: 1px;
	}
	
/* global nav */

#gNavCell		{
	background-color: #380e55;
	height: 47px;
	}

/* footer */

#footerL	{
	background: url(../images/common/footerL.gif) top left no-repeat;
	width: 12px;
	height: 36px;
	}
	
#footerMid		{
	width: 819px;
	height: 36px;
	background: url(../images/common/footerMid.gif) repeat;
	text-align: center;
	}

#footerR	{
	background: url(../images/common/footerR.gif) top left no-repeat;
	width: 12px;
	height: 36px;
	}

#ZDK		{
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom: 31px;
	}
	

/* text tags */

#secPgT		{
	font-size: 24px;
	color: #335490;
	margin: 15px 0px 9px 0px;
	}

.subHdr2		{
	font-size: 18px;
	font-weight: bold;
	color: #335490;
	}

.subHdr24		{
	font-size: 24px;
	font-weight: bold;
	color: #335490;
	}
	
.subHdr14		{
	font-size: 14px;
	font-weight: bold;
	color: #335490;
	}
	
.txt20W	{
	font-size: 20px;
	color: #ffffff;
	}
	
.txt20B	{
	font-size: 20px;
	color: #335490;
	}
	
.secHdr		{
	font-size: 14px;
	font-weight: bold;
	color: #1e1e1e;
	margin: 25px 0px 13px 0px;
	}
	
.txt14	{
	font-size: 14px;
	}

.txt13	{
	font-size: 13px;
	}
	
.txt12	{
	font-size: 12px;
	}
	
.txt11	{
	font-size: 11px;
	}
	
.txt10	{
	font-size: 10px;
	}
	
.caption10	{
	font-size: 10px;
	margin: 11px 0px 3px 0px;
	}
	
.caption11	{
	font-size: 11px;
	margin: 11px 0px 3px 0px;
	}
	
.caption12	{
	font-size: 12px;
	margin: 11px 0px 3px 0px;
	}
	
.caption10C	{
	font-size: 10px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption11C	{
	font-size: 11px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption12C	{
	font-size: 12px;
	margin: 11px 0px 3px 0px;
	text-align: center;
	}
	
.caption10R	{
	font-size: 10px;
	text-align: right;
	margin-top: 3px;
	}
	
.caption11R	{
	font-size: 11px;
	text-align: right;
	margin-top: 3px;
	}
	
.caption12R	{
	font-size: 12px;
	text-align: right;
	margin-top: 3px;
	}
	
.bold {
	font-weight: bold;
	}
	
.boldB		{
	font-weight: bold;
	color: #335490;
	}
 
.line	{
	text-decoration: underline;
	}
	
.noLine	{
	text-decoration: none;
	}
	
.red {
	color: #cc0000;
	}
	
.red2	{
	color: #31054f;
	}
	
.phCaption	{
	font-size: 10px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	padding: 3px 0px;
	}
	
 .noCaps {
 	font-variant: normal;
 	}
 	
/* button tags */

.button		{
	margin-top: 3px;
	}
	
.buttonCnt		{
	margin-top: 3px;
	width: 100%;
	text-align: center;
	}
	
/* dashed lines */

.dashLG	{
	border-left: 1px #aaaaaa dashed;
	}
	
/* alignment tags */

.center {
	width: 100%;
	text-align: center;
	}

.left 	{
	text-align: left;
	}

.right		{
	text-align: right;
	}
	
.rightSm	{
	text-align: right;
	font-size: 11px;
	padding: 4px 11px 0px 0px;
	}

.FL	{
	float: left;
	}
	
.FR		{
	float: right;
	}

.clear 		{
	clear: both;
	}

.clearL		{
	clear: left;
	}
	
.clearR		{
	clear: right;
	}
	
/* photo tags */

.photoL		{
	float: left;
	margin-right: 21px;
	}

.photoR		{
	float: right;
	margin-left: 21px;
	}	
	
.photoB		{
	border: 1px #605a28 solid;	
	}