/* 
@description Main css imports for use all round site. Main body declared here too, so that really ancient browsers at least get some styles.
@author	DC
@created 2006-12-05
*/

body {
	margin:0px;
	padding:0px;
	font-family: Arial, sans-serif;
	line-height:1.5em;
	background-color: #EEEEEE;
	color:#555;
	text-align:center;
	font-size:75%;
}