/* CSS Document */
/*  ===================================================  
 	===================================================  
	
	Revision History:	Revised By		Revised On:
						J Bongiovanni	02/11/09 added .footer styles
  	=================================================== 
  	===================================================  */
.bodyText
	{
	font-family: Verdana, Helvetica, Arial;
	font-size: 75%;
	line-height: 130%;
	}

	.bodyText a
		{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		}

	.bodyText a:hover
		{
		text-decoration: underline;
		}
/*  ===================================================  */
/*  DEFINES FOOTER STYLES */
/*  ===================================================  */


.footerCopyright {
	font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	height: 16px;
	padding: 4px 0px 2px 0px;
	color: #747473;
	}
	
.footerLegal {
	font: 10px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	/* font-weight: bold; */
	height: 16px;
	padding: 4px 7px 2px 0px;
	color: #747473;
	text-align: left;
	}
	
.footerLegal a {
	color: #825789;
	text-decoration: none;
	}	
	
.footerLegal a:hover {
	text-decoration: underline;
	}
	

