/* Text Colours and fonts */


.compnayname 

{ 
font face:Arial, sans-serif; 
font: bold 25pt Arial; 
color: #FFB702; 
line-height: 140% } 



.heading 
{
	text-align: justify;
	color: #990000;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
} 


.proddescription 
{ text-align: justify; 
font: 10pt Arial; 
color: #D56500; 
} 


.bodytext 

{ font face:Arial, sans-serif;
	color: #000000;
	line-height: 140%;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 




/* Link Colours */


a.linktophori

{ font: bold 15px Arial; 
color: white; 
text-decoration: underline; 
} 

a.linktophori:hover 

{ font: bold 15px Arial; 
color: #F8D707; 
text-decoration: none; } 

a.linksmall

{
	color: #000000;
	text-decoration: underline;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
} 

a.linksmall:hover 

{
	color: #003399;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
} 



/* Table elements - Backgrounds */


.tableprofilebg 
{ background-color: #2F4473; } 



.tableprodwholecolumn 
{ background-color: #201E5E; 
} 



.tablelinksbg 

{ background-color:#2F4473; } 
.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	display: inline;
}
