html {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 62.5%;
}
body {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: center;
}
p, table, ul, ol {
	line-height: 1.3em;
	margin: 0 0 15px 0;
}
img {
	border: none;
}
h1 {
	color: #cdd4de;
	font-size: 2em;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	margin: 15px 40px 29px 0;
	padding: 0;
	text-align: right;
}
h2 {
	color: #636e80;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
h3 {
	color: #636e80;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
}
a:link, a:active, a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:link, a:active {
	color: #20619A;
}
a:hover, a:visited {
	color: black;
}
table tr th,
table tr td {
	padding: 0;
	vertical-align: top;
}
.highlight {
	color: #2A9001;
}
.underl {
	text-decoration: underline;
}
ul, ol {
	margin-left: 25px;
	padding: 0;
}
ul li, ol li {
	margin: 3px 0;
	padding: 0;
}
table.basic {
	padding:0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
}
table.basic tr th {
	padding:5px 5px 0 5px;
	border-bottom:solid;
	border-bottom-color:#636e80;
	border-bottom-width:thin;
	text-align:right;
}
table.basic tr td {
	padding:5px 5px 0 5px;
	text-align:right;
}
table tr td.label {
	text-align:left;
}
table tr th.label {
	text-align:left;
}
.table_note {
	font-size:11px;
	color:#636e80;
}