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

body {
	background-color: #F8E6B4;
	margin-top: 0px;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1em;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
}

.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
}

.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8em;
	color:#8b0000;
}

.form {
    background-color:#f6f1d1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link {
	color: #8b0000;
}
a:visited {
	color: #8b0000;
}
a:hover {
	color: #8b0000;
}
a:active {
	color: #8b0000;
}