body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-repeat: repeat-x;
}
h1 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
h4 {
	color: #024F90;
	font-size: 15px;
}
.reset {
	margin: 0;
	padding: 0;
}
.navigation {
	padding-right: 1px;
}
.copyright {
	font-size: 11px;
	font-weight: bold;
}
input,textarea {
	background-color: #E7F0F7;
	border: 1px solid #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
li {
margin-top: 8px;
text-align: left;
}
p
{
text-align: left;
}