/* CSS Document */

html, body, noscript, div, table, th, tr, td, img, ul, li, dl, dt, dd, p, h1, h2, h3, h4, form, fieldset, iframe, legend{
	margin:0px;
	padding:0px;
}
html, body{
	height:100%;
}

body{
	color:#333333;
 	background-color:#27509B;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.68em;
	text-align:center;
}

a {
	color:#ff9a00;
	background-color:inherit;
	text-decoration:underline;
}

a:hover {
	color:#ff9a00;
	background-color:inherit;
	text-decoration:none;
}
/*a:visited {
	color:#000099;
	background-color:inherit;
	text-decoration:underline;
}*/
a:active {
	color:#ff9a00;
	background-color:inherit;
	text-decoration:underline;
}

a img {
	border:none;
}

h1{
	color:inherit;
 	background-color:inherit;
	font-size:220%;
	font-weight:normal;
	margin-bottom:1.5em;
}
h2{
	color:#05759a;
 	background-color:inherit;
	font-size:150%;
	font-weight:bold;
	margin-bottom:1.5em;
	margin-top:1.5em;
	padding:0 0.3em;
}
h3{
	color:inherit;
 	background-color:inherit;
	font-size:120%;
	font-weight:normal;
	margin-bottom:1em;
}
h4{
}

ul, li {
	margin: 0 12px;
	list-style:square;
}

dl {
	padding: 0 0.5em;
}
dt {
}
dd {
	border:#cccccc solid 1px;
	margin:0.5em 0em 1em 0em;
	padding:0.4em 0.5em;
}
/*dl {
	padding: 1px 0px 1px 0px;
}
dt{
	margin:0px 15px 0px 15px;
}
dd {
	border:#999999 solid 1px;
	margin:1px 15px 1px 15px;
	padding:2px 4px 2px 4px;
}*/

div, table{
	position:relative;
	text-align:left;
}

table{
	width:100%;
	border:0em;
	font-size:100%;
	clear:both;
}
th{
	text-align:center;
}
label {
	padding-right:0.5em;
}