body {
	margin-top: 0px;
	background-color: #94a0a7;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
}

a:link {
	color: #712424;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #8b4747;
}
a:hover {
	text-decoration: none;
	color: #4e0909;
}
a:active {
	text-decoration: underline;
}

.highlite {
	font-size: 16px;
	color: #666666;
}

.highlite2 {
	background-color: #eeb777;
}

.highlite3 {
	font-size: 14px;
	color: #666666;
}

.highlite4 {
	color: #666666;
}

.big {
	font-size: 16px;
}

.right {
	font-weight: bold;
	color: #ef8b15;
}

.opening {
	color: #ffffff;
}

.openingheader {
	font-weight: bold;
}

fieldset {
	border: 1px dashed #000000;
	width: 326px;
}

legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #712424;
	background-color:#fde2c3;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #712424;
}

.ruler2 {
	height: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #eeb777;
}


