body {
	margin: 80px 0px;
	background: #ECA562;
}
table {
	border: none;
	border-collapse: collapse; 
	
}

td {
	padding: 0xpx;
	margin: 0px;
	border: none;
}

p, td {
	color: #535353;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
}

h1 {
	color: #7ea632;
	font-size: 12px;
	font-weight: bold;
}

h2 {
	color: #7ea632;
	font-size: 12px;
	font-weight: normal;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #8fb24d;	
}

label {
	font-size: 11px;
}

input {
	font-size: 11px;
	width: 300px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 11px;
	width: 300px;	
}

a {
	color: #535353;
}

.larger {
	font-size: 12px;
}

.list {
	color: #de7613;
	font-size: 12px;
	font-weight: normal;
}

.orange {
	color: #de7613;
}

.gray {
	color: #535353;
}

.green {
	color: #8fb24d;
}

