
htmlÊ{
}

body {
	padding: 0;
	margin: 0;
	font-size: 0.85em;
	font-family: Arial, sans-serif;
	color: #101010;
	background: url('../images/bg/top.png') 0 0 repeat-x #d38f4c;
}

img { border: 0; }

a {
	color: #416b3a;
}
a:visited {}
a:hover {
	color: #ae2e20;
}

h1, h2, h3, h4, .componentheading, legend {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #d01515;
	font-family: Arial, sans-serif !important;
}
h1, .componentheading {
	letter-spacing: 0.1em;
	font-size: 1.35em;
	font-weight: bold;
}
h2 {
	letter-spacing: 0.1em;
	font-size: 1.25em;
	}
h3, legend {
	color: #101010;
	font-size: 1.1em;
	font-weight: bold;
}
h4 {}

p {}

form {}

input {}

ul {}
ol {}
li {}

form input.inputbox {
	border: 1px solid #416b3a;
}

form input.button, button {
	border: 1px solid #416b3a;
	background: silver;
}

fieldset {
	border:0px solid #77CD6E;
	background: #ddd;
	margin-top: 10px;
}
legend {
	color: #d01515
}
.label-left {
	display: block;
	width: 250px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	float: left;
	clear: left;
}