/* Text Colours and fonts */


.heading 
{ font: bold 12pt Arial; 
color: white; 
} 


.bodytext 

{ font face:Arial, sans-serif;
	font: normal 9pt Arial;
	color: #6F6F6D;
	line-height: 140%;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
} 

.bodytextdark

{ font face:Arial, sans-serif; 
font: normal 11pt Arial; 
color: #083A81; 
line-height: 140% } 



/* Link Colours */


a.linkblack

{ font: bold 11px Arial; 
color: black; 
text-decoration: underline; 
line-height: 240%;
} 

a.linkblack:hover 

{ font: bold 11px Arial; 
color: gray; 
text-decoration: none;
line-height: 240%; } 

a.linkmidgid

{ font: bold 10px Arial; 
color: black; 
text-decoration: underline; 
} 

a.linkmidgid:hover 

{ font: bold 10px Arial; 
color: black; 
text-decoration: none; } 
