BODY { 
background: url("images/elements/ba_content.jpg");
background-color: #f3ffde;
background-repeat:no-repeat;
background-attachment : fixed;
background-position: 50% 80px;
}


A { 
	color: #224286; text-decoration: underline; 
}

A:visited { 
	color: #224286; text-decoration: underline; 
}
	
A:hover { 
	color: #224286; text-decoration: none; 
}

H1 { 
	  font-size: 18px; 
	  font-weight: bold; 
		color : #4a521f;	  
}
	
H2 { 
	  font-size: 16px; 
	  font-weight: bold; 
		color : #4a521f;	  
}
	
H3 { 
	  font-size: 15px; 
	  font-weight: bold; 
	  color : #4a521f;
	  font-style: italic;
}
	
td { 
	 font-family :  "Palatino Linotype", Palace Script MT, Times New Roman, Times, serif;
	 font-size: 14px; 
	 color : #3a401a;
	 text-align: justify;
}


P.copy {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #7c8b62;
	text-align: right;
	padding-top: 10px;
}