/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 25pt Arial; 
color: #FFB702; 
line-height: 140% } 



.heading 
{ text-align: justify; 
font: bold 12pt Arial; 
color: #F8D707; 
} 


.proddescription 
{ text-align: justify; 
font: 10pt Arial; 
color: #D56500; 
} 


.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: white; 
line-height: 140% } 




/* Link Colours */

a.linktop

{ font: bold 15px Arial; 
color: black; 
text-decoration: underline; 
} 

a.linktop:hover 

{ font: bold 15px Arial; 
color: white; 
text-decoration: none; } 


a.linktophori

{ font: bold 15px Arial; 
color: #F8D707; 
text-decoration: underline; 
} 

a.linktophori:hover 

{ font: bold 15px Arial; 
color: white; 
text-decoration: none; } 

a.linksmall

{ font: bold 11px Arial; 
color: white; 
text-decoration: underline; 
} 

a.linksmall:hover 

{ font: bold 11px Arial; 
color: yellow; 
text-decoration: none; } 



/* Table elements - Backgrounds */


.tableprofilebg 
{ background-color: #2F4473; } 



.tableprodwholecolumn 
{ background-color: #201E5E; 
} 



.tablelinksbg 

{ background-color:#2F4473; } 



