/* CSS Document */
<style type="text/css">
* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%; /* Required */
}

body {
	height: 100%; /* Required */
	font:"Arial", sans-serif;
	font-size:14px;	
}

p { 
	font:"Arial", sans-serif;
	font-size:14px;
}

h1 { 
	font:"Arial", sans-serif;
	font-size:18px;
}

h2 { 
	font:"Arial", sans-serif;
	font-size:17px;
}

h3 { 
	font:"Arial", sans-serif;
	font-size:16px;
}
	
a:link { 
	color: #000077;
	text-decoration: none;
}
a:visited { 
	color: #000077;
	text-decoration: none;
}
a:hover, a:active { 
	/* text-decoration: underline; */
	color: #990000;
	text-decoration: none;
}

/* td img {display: block;} */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

ul {
	margin: 0 0 .2em 1.5em;
}

ol {
	margin: 0 0 .2em 1.5em;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.white_text {
	color: #ffffff;
}

.red_style {
	color: #990000;
}

.pipe-style {
	font-size:16px;
}

#container-page {
  margin: 0 auto;
  width: 689px;
  background: #FFFFFF;
  text-align: left;
  position: relative;
  min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}

#container-foot {
  width: 100%;
  /* background: #CCC; */
  position: absolute;
  bottom: 0 !important;
  bottom: -1px; /* For Certain IE widths */
  height: 43px;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

#Layer2 {	
	width:662px;
	height:43px;
	z-index:2;
	overflow: hidden;
	/* top: 425px; */
	position: absolute;
	left: 50%;
	width: 662px;
	margin-left: -344px;
	
	/* bottom: -600; */
	/* margin-bottom: -205px; */
}
#Layer2	a:link, #Layer2 a:visited, #Layer2 a:active { 
	color: #000077;
	text-decoration: none; 
}
#Layer2	a:hover {
	color: #990000;
	text-decoration: none; 
}

#Layer4 {
	position:absolute;
	width:689px;
	height:65px;
	z-index:2;
	overflow: hidden;
	top: 245px;
	position: absolute;
	left: 50%;
	width: 662px;
	margin-left: -344px;
	visibility: visible;
}
#Layer4	a:link, #Layer4 a:visited, #Layer4 a:active { 
	color: #000000;
	text-decoration: none; 
}
#Layer4	a:hover {
	color: #550000;
	text-decoration: none; 
}

/*

.content {
	color: #000000; 
	color: #000077;
	font:"Arial", sans-serif;
	font-size:14px;
}
*/

.whitetext {color: #FFFFFF}
.blutext {
	font:"Arial", sans-serif;
	font-size:14px;
	color: #000077;
	font-weight: bold; 
	a:link color: #000077;
	a:visited color: #000077;
	a:hover color: #990000;
	a:active color: #000077;
}


</style>
