/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 25pt Times; 
color: #C9E100; 
line-height: 140% } 



.heading 
{ text-align: justify; 
font: bold 12pt Arial; 
color: #C9E100; 
} 


.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.linkwhite

{ font: bold 15px Arial; 
color: #C9E100; 
text-decoration: underline; 
} 

a.linkwhite:hover 

{ font: bold 15px Arial; 
color: white; 
text-decoration: none; } 

a.linkwhitesmall

{ font: bold 11px Arial; 
color: white; 
text-decoration: underline; 
} 

a.linkwhitesmall: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; } 



