/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 25pt Arial; 
color: #E7EFF1; 
line-height: 140% } 



.heading 
{
	color: #40738E;
	font: bold 14pt Arial;
} 



.bodytext 

{
	font: normal 10pt arial;
	color: #6a6a6a;
	line-height: 140%

} 


.bodytextbig

{
	font: normal 12pt arial;
	color: #3E4495;
	line-height: 140%

} 


/* Link Colours */


a.linktop

{ font: bold 15px Arial; 
color: white; 
text-decoration: underline; 
} 

a.linktop:hover 

{ font: bold 15px Arial; 
color: #E7EFF1; 
text-decoration: none; } 

a.linksmall

{ font: bold 11px Arial; 
color: black; 
text-decoration: underline; 
} 

a.linksmall:hover 

{ font: bold 11px Arial; 
color: navy; 
text-decoration: none; } 



/* Table elements - Backgrounds */


.tableprofilebg 
{ background-color: #2F4473; } 



.tableprodwholecolumn 
{ background-color: #201E5E; 
} 



.tablelinksbg 

{ background-color:#2F4473; } 



