html, body {
	background-color: #d7d4cd;
	margin: 0;
	padding: 0;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #353535;
}

p {
	font-size: 100%;
	margin: 0.5em 0em;
	padding: 0;
}

h1 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

h2 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 1px 0 0 0; 
}

h3 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0px;
}

table {
	border-collapse: collapse;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

li {
	padding: 0.2em 0em;
}

th {
	text-align: left;	
}

address {
	white-space: pre;
}

img, button {
	vertical-align:middle;
}

a, a:link, a:active, a:hover, a:visited {
	color: #353535;
	text-decoration: underline;
}

a:hover {
	color: #80004d;
}

textarea {
	min-height: 10em;
	min-width: 90%;
	_height: 10em;
	_width: 90%;
}
