html, body {
	margin:0px;
	padding:0px;
	height: 100%;
	background-image: url(bg.jpg); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #00234c;
	text-align: center;	
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;

}

a.navi:link, a.navi:visited, a.navi:active {
	color: #C0C0C2;
	text-decoration: none;
	font-weight: bold;
}

a.navi:hover {
	color: #777E96;
	text-decoration: none;
	font-weight: bold;
}


a:link, a:visited, a:active {	
	color: #00234c;
	text-decoration : underline;
	font-weight : normal;

}

a:hover {
	color: #00234c;
	text-decoration : none;
	font-weight : normal;

}

div#navigation1 {
	position: absolute;
	top: 83px;
	left: 20px;
	font-weight: bold;
	text-align: left;
}


div#navigation2 {
	position: absolute;
	top: 70px;
	left: 110px;
	font-weight: bold;
	text-align: left;
}



div#navigation3 {
	position: absolute;
	top: 53px;
	left: 330px;
	font-weight: bold;
	text-align: left;
}

div#navigation4 {
	position: absolute;
	top: 43px;
	left: 470px;
	font-weight: bold;
	text-align: left;
}



div#navigation5 {
	position: absolute;
	top: 36px;
	left: 570px;
	font-weight: bold;
	text-align: left;
}

div#content {
	text-align: left;
	position: absolute;
	left: 15px;
	top: 110px;
	height: 394px;
	padding-left: 30px;
	padding-right: 30px;
	line-height:20px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #00234c;
	margin-bottom:10px;
}

INPUT.button {
	color : #FFFFFF;
	cursor: hand;
	padding:2px;
	font-family : Arial, Tahoma;
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	border-width: 0;
	border-color: white;
	border-style: solid;
	background-color : #00234c;
}
TD {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #00234c;
	line-height:20px;
}

TD.impr {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color : #00234c;
	line-height:12px;
}