body {
	background-image: url(img/background.png);
	background-position:top;
	background-repeat: no-repeat;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#000;
	font-size:12px;
}
.formfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#FFF
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#000;
	text-align:center;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:20px;
	color:#000;
	text-align:center;
}
.title3 {
	font: italic 1em Georgia, Times, serif;
	color: #333;
	font-size:12px;
	text-align:center;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
}
ol {
	font: italic 1em Georgia, Times, serif;
	color: #900;
	font-size:18px;
}
img
{  border-style: none;
}
A:link {
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
A:visited {
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
A:active {
	text-decoration: none;
	font-weight:bold;
	color:#333;
}
A:hover {
	text-decoration: none;
	font-weight:bold;
	color:#900;
}
ol p {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #000000;
}
ul {
	font: italic 1em Georgia, Times, serif;
	color: #900; 
	font-size:18px;
}
ul p {
	font: normal .8em Arial, Helvetica, sans-serif;
	color: #000000;
}
#footerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	color:#333;
	font-size:10px;
}
#footer {
	position:relative;
	bottom: 0;
	text-align: center;
}

