/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 22pt Times; 
color: #ffffff; 
line-height: 140% } 


.headingsincell
{ text-align: justify; 
font: bold 12pt Arial; 
color: #ffffff; 
} 


.prodheadings 
{ text-align: justify; 
font: 12pt Arial; 
color: #8D4729; 
} 


.proddescription 
{ text-align: justify; 
font: 10pt Arial; 
color: #D56500; 
} 


.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: navy; 
line-height: 140% } 


 


/* Link Colours */


a.link

{ font: bold 12px Arial; 
color: #000000; 
text-decoration: underline; 
} 

a.link:hover 

{ font: bold 12px Arial; 
color: #000000; 
text-decoration: none; } 

.bt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
.bt:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFF00;
	text-decoration:underline;
}


