html {height: 100%;margin-bottom: 1px;}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Lucida, Verdana, sans-serif;
	font-size: 80%;
	line-height: 135%;
	color: #333333;
}

form {margin: 0;padding: 0;}

p {margin-top: 10px;margin-bottom: 15px;}

select {
	font-family: "Trebuchet MS", Lucida, Verdana, sans-serif;
	width: 224px;
}

td {width: 180px;}

th {
	background-color: #e7e7e7;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}

.grey2 {background-color:#F7F7F7;}

.subscribe {width: 218px;}

h1, h2, h3, h4, h5 {
	padding-bottom: 5px;
	margin: 25px 0 10px 0;
	font-weight: normal;
	line-height: 120%;
}

h1 {font-size: 200%;line-height: 100%;}

h2 {font-size: 175%;line-height: 100%;}

h3 {font-size: 150%;}

h4 {
	font-size: 120%;
	color: #359946;
	margin-top: 10px;
	margin-bottom: 15px;
}

h5 {font-size: 120%;text-transform: uppercase;}

a {text-decoration: none;color: #5AA618;}

a:hover {text-decoration: underline;}

a.bluegreen {text-decoration: none;color: #72918B;}

a.bluegreen:hover {text-decoration: underline;}

.legend {
	background-color: #359946;
	color: #FFFFFF;
	border: 1px solid #AFAFAF;
	position: relative;
	top: -1em;
	padding: 3px 5px;
	margin: 0;
}

hr.c1 {border:1px solid #F0F0F0;}

.green {color: #5AA618;}
