

table{
	width: 100%;
	height: 100%;
}
td{
	vertical-align: middle;
	text-align: center;
}
a:link, a:active, a:visited {
	background: transparent;
	color: #004080;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
}

a:hover {
   border-bottom: 1px solid #004080;
	text-decoration: none;
	color:  #004080;
	line-height: normal;
}
a.next:link, a.next:visited{
	border: 1px solid #00b24e;
	background:  #00923f;
	color: #daeaab;
	padding: 5px 5px;
	font-size: 11px;
	font-weight: bold;
	margin: 5px auto auto auto;
	display: block;
	width: 638px;
}
a.next:hover, a.next:active{
	border-right: 1px solid #00923f;
	border-left: 1px solid #00923f;
		border-top: 3px solid #00923f;
			border-bottom: 3px solid #00923f;
		background:  #d4ffaa;
	color: #00923f;
	padding: 5px 5px;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width: 638px;
}

fieldset{
	border: 0px solid white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form{
	margin: 10px 0 10px 0;
	padding: 0px;
}

h1{
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
	text-indent: 5px;
	background-image: url(Images/background-topic.gif);
	color: #6A89AF;
	background-color: transparent;
	font: bold 9pt/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	height: auto;
}
h2{
	margin: 0 15px 5px 15px;
	padding: 10px 0 5px 0;
	border-bottom: 1px dotted #004080;
	display: block;
	color: #004080;
	background-color: transparent;
	font-size: 8pt;
	text-align: left;
	text-transform: capitalize;
}

html, body{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #d4ffaa;
	font: 8.5pt/1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
img{
	border: 0px solid white;
}

input {
	border: 1px solid  #004080;
	margin: 0 0 0 0;
	padding: 2px 5px 3px 5px;
	width: 165px;
	background-color: white;
	color: #004080;
	text-transform: none;
}

p{
	margin: 0 15px 0 15px;
	padding: 0 0 15px 0;
	display: block;
	text-align: justify;
}

ul{
	text-align: left;
	line-height: 12pt;
	display: block;
	margin: 0 10px 0 30px;
	padding: 0 0 0 0;
}

#contents{
	width: 592px;
	padding: 0 0 0 0;
	float: left;
   display: block;
	border: 1px solid #004080;
	margin: 5px 5px 0 0;
	background-color: white;
	color: black;
	height: auto;
}

#site{
	margin: 0 auto;
	width: 800px;
	text-align: center;
}