
body {
	margin:10px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	background: url(images/body_bg.png) center top no-repeat;
	font: 12px arial, sans-serif; 
	}
	
h1 {
	
	font: 16px arial, sans-serif; 
	padding-left:0px; padding-top:0px; padding-right:0px; padding-bottom:0px;
	color:#CCCCCC;	
	}

.menu  {
font: 16px arial, sans-serif; font-weight: bold; 
}
.red{
font: 16px arial, sans-serif;
color:#FF0000;
font-weight: bold
}
.red a{
text-decoration:underline;
color:#FF0000;
}
.red a:visited {
text-decoration:underline;
color:#FF0000;
}
a {
color:#000000;
}
a:visited {
color:#000000;
}
p {
text-align:left;
}
ul {
text-align:left;
}
.centreContent {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 13px; 
	COLOR: #888888; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.centreContent A:link {
	COLOR: #000066; 
	TEXT-DECORATION: underline
}
.centreContent A:visited {
	COLOR: #000066; 
	TEXT-DECORATION: underline
}
.centreContent A:hover {
	COLOR: #406283; 
	TEXT-DECORATION: none
}
.centreContent A:active {
	COLOR: #000066; 
	TEXT-DECORATION: underline
} 