@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #066;
	text-align: left;
	vertical-align: top;
	margin: 5px;
	padding: 5px;
}
.CenterItems {
	text-align: center;
}
td {
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #066;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #066;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0CC;
	font-weight: bold;
}
a:active {
	color: #036;
	font-weight: bold;
}
.LeftText {
	text-align: left;
}

