
/********************************/
/*  S T A N D A R D  T A G S    */
/********************************/

body  {
			background-color: #99A787;
	   }	

/* SZT 04/08/10: bumped up font size from 11px to 12px per client request */	
p  {						
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
			color: #666666;
			text-align: justify; }							

div  {						
			color:#666666;}
							
table  {					
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 12px;
			color: #666666;
			border: 0;
			border-style: none;}

			
/********************************/
/*     L I N K  S T Y L E S     */
/********************************/

a:link  {
			color: #666666;
			text-decoration: none;}
			
a:visited  {
			color: #666666;
			text-decoration: none;}

a:hover  {
			color: #333333;
			text-decoration: underline;}
			
a:active  {
			color: #333333;
			text-decoration: none;}
			
a.copyrightLink:link  {
			color: #ffffff;
			text-decoration: none;}
			
a.copyrightLink:visited  {
			color: #fffff;
			text-decoration: none;}

a.copyrightLink:hover  {
			color: #ffffff;
			text-decoration: none;}
			
/********************************/
/*     T E X T  S T Y L E S     */
/********************************/

.centeredText  {
			text-align:center;
			margin: 5px 10px 0px 10px;}
			

.copyright  {
			text-align:left;
			color: #ffffff;}