/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 22pt Times; 
color: #FFCCFF; 
line-height: 140% } 



.heading 
{ text-align: justify; 
font: bold 12pt Arial; 
color: #FFD900; 
} 


.proddescription 
{ text-align: justify; 
font: bold 10pt Arial; 
color: #FFFFCC; 
} 


.bodytext 

{ font face:Arial, sans-serif; 
font: normal 9pt Arial; 
color: white; 
line-height: 140% } 



/* Link Colours */


a.linkwhite

{ font: bold 14px Arial; 
color: white; 
text-decoration: none; 
} 

a.linkwhite:hover 

{ font: bold 14px Arial; 
color: #FFD900; 
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: #C29421;
	font-size: 16px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
} 



.tableprodwholecolumn 
{ background-color: #9B1E46; 
} 



.tablelinksbg 

{ background-color:#C52558; } 
