/* Note that all links to images must start with ../images since they are relative to the stylesheets folder */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

body {
	background-color: white;
	color: #c5cebc;
	font-family: Myriad Pro, Myriad, Franklin Gothic Medium, Arial, Sans-Serif;
	font-size: medium;
}

a {
	color: #dfcf9f;
	text-decoration: none;
}

a:hover {
	color: #b3c89d;
	text-decoration: underline;
}

fieldset {
	background-color: #57743b;
	border: 3px solid #3d5920;
	padding: 10px;
}

h1 {
	color: White;
	font-size: large;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2 {
	color: White;
	background-color: #385024;
	font-size: medium;
	font-weight: normal;
	margin: 10px -10px;
	padding: 0px 10px;
}

h3 {
	color: White;
	font-size: medium;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

img {
	border: 0px;
}

img.block {
	display: block;
}

legend {
	background-color: #3d5920;
	color: #c5cebc;
	font-weight: bold;
	padding: 0px 5px;
}

p {
	margin: 5px 0 15px 0;
}

ul {
	margin-left: 3ex;
}


table.fixed {
	table-layout: fixed;
}