
img {
	border: 0px;
}

tr, th, td {
	empty-cells: show;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 200%;
	line-height: 25px;
	margin: 0px;
	color: #497400;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 175%;
	line-height: 25px;
	margin: 0px;
	color: #7F9B4F;
	padding-bottom: 10px;	
}

h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 25px;
	margin: 0px;
	color: #616A74;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	margin: 0px;
	color: #616A74;
	padding-bottom: 10px;	
}

h5 {
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 100%;
	line-height: 25px;
	margin: 0px;
	color: #616A74;
}
p {

	font-size: 100%;
	padding-bottom: 10px;
	margin: 0px;
}

blockquote {
}

em {
	color: #616A74;
}

strong {}

hr {
	color: #ccc;
	height: 1px;
}

input {
	width: 170px;
	height: 16px;
	border: 1px solid #C2C2C2;
	color: #525759;
	background-color: #fff;
	padding-left: 5px;
	margin-top: -1px;
	font-size: 90%;
}

select {
	width: 178px;
	height: 16px;
	border: 1px solid #C2C2C2;
	color: #525759;
	background-color: #fff;
	padding-left: 5px;
	margin-top: -1px;
	font-size: 90%;
}

textarea {
	width: 170px;
	height: 70px;
	border: 1px solid #C2C2C2;
	color: #525759;
	background-color: #fff;
	padding-left: 5px;
	margin-top: -1px;
	font-size: 90%;}

ul {
	margin-left: 20px;
}

li {
	list-style-type: square;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	width: 150px;
	float: left;
}
