/* Sets page */
BODY {
	MARGIN: 0px 0px 0px 0px;
	padding: 0px;
		background-color: #ffffff;
}
/* Forms */
/* Stops forms form having blank space around them */
form {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
p {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00000;
	text-decoration: none;
}
ul {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000;
	text-decoration: none;
}
.body{
font-family : Lucida Grande, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : normal; 
color : #000000; 
}
a.body{
font-family : Lucida Grande, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : normal; 
color : #0000FF;
text-decoration: underline;
}
a.body:hover{
font-family : Lucida Grande, Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight : normal; 
color : #0000FF;
text-decoration: none;
}
.copyright{
font-family : Lucida Grande, Arial, Helvetica, sans-serif;
font-size : 10px; 
font-weight : normal; 
color : #000000; 
}