#body {
  background-color: #ebebeb;
  color: black;
	margin: 0;
	padding: 10px;
  text-align: center;
  font-family: helvetica, arial, sans-serif;
}
#container {
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  width: 780px;
  background-color: white;
}
#contents {
	padding: 20px;
	}
#banner1 {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	margin-bottom: 20px;
	}
#banner2 {
	float: right;
	border: 1px solid #bbb;
	margin-left: 20px;
	margin-bottom: 20px;
	}
h1 {
	background: url(images/header.gif) top left no-repeat;
	display: block;
	width: 780px;
	height: 47px;
	}
h1 span {
	display: none;
	}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18pt;
	letter-spacing: -1px;
	color: #bd00c9;
	}
h3, a.start {
	font-weight: bold;
	font-size: 14pt;
	color: #1c67ff;
	}
p {
	font: 10pt verdana, arial, helvetia, sans-serif;
	}
p.error {
	font-weight: bold;
	color: #bf0000;
	}
p.navigation {
	text-align: right;
	font-size: 8pt;
	margin-top: -35px;
	padding-right: 20px;
	}
p.nav2 {
	font-size: 8pt;
	}
p.footer {
	clear: right;
	text-align: right;
	font-size: 8pt;
	color: black;
	background: url(images/bottom.gif) bottom left no-repeat;
	padding: 0 20px 20px 20px;
	margin-top: 10px;
	}
p.box {
	display: inline;
	font-size: 10pt;
	font-weight: bold;
	color: #0a1e46;
	padding-top: 10px;
	padding-bottom: 10px;
	}
a:link, a:visited {
	color: #1c67ff;
	}
a:hover {
	text-decoration: none;
	color: #1443a2;
	}
a:active {
	color: #bd00c9;
	}
label {
	color: black;
	font-size: 10pt;
	clear: left;
	text-align: right;
	float: left;
	padding: 5px;
	width: 120px;
	height: 20px;
	}
input {
	background-color: white;
	color: black;
	border: 1px solid black;
	padding: 2px;
	margin: 3px;
	}
table {
	font: 10pt verdana, arial, helvetia, sans-serif;
	}
td, th {
	padding: 2px 5px 2px 5px;
	}
th {
	background-color: #eee;
	}
th.ar {
	text-align: right;
	background-color: white;
	padding: 5px;
	}
tr.header th, tr.header td {
	background-color: #0a1e46;
	color: white;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	}