body {
	background-color : #D5EEF7;
	background-image : url(images/bg-top.gif);
	background-repeat : repeat-x;
	color : #000000;
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	color : #CC0000;
	font-size : 26px;
	font-weight : normal;
}
h2 {
	color : #333366;
	font-size : 18px;
	font-weight : normal;
	line-height : 20px;
}
a {
	text-decoration: none;
	color: #3333CC;
}

.smallgrey {
	color : #CCC;
	font-size : 10px;
}
p {
	color : #000;
	font-size : 13px;
	line-height : 17px;
	padding-left : 10px;
	padding-right : 0px;
}
ul {
	color : #000;
	font-size : 13px;
	line-height : 17px;
}
.rightfloat{
	float: right;
	text-align: center;
	margin: 0px 0px 0px 5px;
}
.leftfloat{
	float: left;
	margin-left: 0px;
	margin: 0px 5px 0px 0px;
	text-align: center;
}
.centre{
	text-align: center;
	clear: both;
}
