@charset "UTF-8";
/* CSS Document */

	body {
		font-family: Arial, Helvetica, sans-serif; 
		font-size:12px; 
		color: #333333;
		margin: 0px;
		line-height: 130%;
		background-image: url(img/site_images/bg.jpg); background-repeat: repeat-x;
		background-color: #FFFFFF;
		}
	
/******************************************************
   
   Define main ink rules

*******************************************************/

	a:link { font-size:12px; text-decoration: none; color: #003399; }
	a:visited { font-size:12px; text-decoration: none; color: #003399; }
	a:hover { font-size:12px; text-decoration: underline; color: #003366; }
	a:active { font-size:12px; text-decoration: none; color: #003399; }
		

/******************************************************

  Define headline rules

******************************************************/

	h1 { font-size:16px; font-weight:bold; color: #003366; }
	h2 { font-size:14px; font-weight:bold; color: #333333; }
	h3 { font-size:12px; font-weight:bold; color: #333333; }
		

/******************************************************

  Define site look

******************************************************/
	
	.hpCopy { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #336699; }
	.headlineText { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight:bold; color: #003366; }
	.bodyCopy { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }
	.copyRight { color: #003366; font-size:10px; text-align: center; }