

/*<group=Background Colors>*/

.border 
	{
		background: #4D7E93;
	}

.navBG 
	{
		background: url(../images/bgNav.jpg) no-repeat;
	}

.copyBG 
	{
		background: white;
	}
		
	/*</group>*/

/*<group=Text Formatting>*/

.copy 
	{
		color: black;
		font: 14px Arial, Helvetica, sans-serif;
		line-height: 150%;
	}

.anchor 
	{
		text-align: center;
		font-size: 12px;
		line-height: 150%;
	}

.copyright 
	{
		color: #6e6e6e;
		font: 12px Arial, Helvetica, sans-serif;
	}

.pageHeading 
	{
		color: #801F74;
		font-weight: bold;
		font-size: 20px;
	}

.headingRef
	{
		color: #801F74;
		font-weight: normal;
		font-size: 14px;
		font-style: italic;
	}
	
.section 
	{
		color: #801F74;
		font-weight: bold;
		font-size: 16px;
	}
		
	/*</group>*/

/*<group=Tag Styles>*/

a {
	color : #4D7E93;
		text-decoration: underline;
	}

a:hover 
	{
		color: #666666;
		text-decoration: none;
	}

a.anchor:visited {
	color : #4D7E93;
}

li 
	{
		font-weight: bold;
		color: #801F74;
	}
		
	/*</group>*/