@charset "utf-8";
/* CSS Document */

@charset "utf-8";

body {
	background-color: #CCCCCC;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}

#container {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffc2a5;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
div.footer {
	height: 2 em;
	background-color: #FFC2A5; /* This property is for the background colour */
	color: #60554F; /* This property is for the text colour */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
}


.clear {
	clear: both;
}

