@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
}
table {
	margin: 10px;
	padding: 30px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-left: 10px;
}

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #8F018F;
}
th, td {
	padding: 10px;
	border-left-width: thin;
	border-left-style: none;
	border-left-color: #999999;
	vertical-align: top;
}

a:hover {
	text-decoration: underline;
	color: #339900;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24pt;
	font-weight: bold;
}
h2 {
	font-size: 20pt;
	font-weight: bold;
}
h3 {
	font-size: 18pt;
	font-weight: bold;
}
h4 {
	font-size: 16pt;
	font-weight: bold;
}
h5 {
	font-size: 14pt;
	font-weight: bold;
}
h6 {
	font-size: 12pt;
	font-weight: bold;
}
#tableLayout  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	vertical-align: top;
	margin: 2px;
	padding: 2px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	position: relative;
	width: 1000px;
	float: left;
}

#tdLogo {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin: 2px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #0033AB;
}
#tdleftside {
	float: left;
	width: 320px;
}

#tdNavigation a {
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 10px;
	padding: 8px;
	color: #003399;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #003399;
	border-bottom-color: #003399;
	font-weight: bold;
}
#tdNavigation a:hover {
	background-color: #BEB3FF;
}
#tdNavigation {
	width: 650px;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
