
body {
	margin: 0px;
	border: none 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: arial, helvetica, sans-serif;
	font-size: 80%;
	line-height: 100%;
	text-align: center;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #87ADA3;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.2em;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.2em;
}

p {
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.2em;
}

table {
	font-size: 1em;
}

a {
	color: #669488;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #D8E3E0;
}

hr {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: none 0px;
	width: 100%;
	height: 2px;
	background-color: #D8E3E0;
	color: #D8E3E0;
	clear: both;
}

ul {
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: square;
}

li {
	margin-bottom: 10px;
}

/* commonly used styles */

.error {
	color: #CC0000;
}

div {
	line-height: 1.2em;
}