html {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p, table, ul, ol {
	margin: 0px 0px 15px 0px;
	line-height: 1.3em;
}

h1 {
	height: 41px;
	padding: 0px;
	margin: 15px 40px 29px 0px;
	color: #000000;
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	line-height:41px;
}

h2 {
	margin: 0px 0px 0px 0px;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}

a:link, a:hover, a:active, a:visited {
	text-decoration: underline;
}

a:link, a:active {
	color: #aea075;
}

a:hover, a:visited {
	color: #000000;
}

table tr th, table tr td {
	padding: 0px;
	vertical-align: top;
}

.highlight {
	color: #aea075;
}

ul, ol {
	padding: 0px;
	margin-left: 25px;
}

ul li, ol li {
	padding: 0px;
	margin: 3px 0px;
}