<style type="text/css">

<!--
/* CSS Style-Sheet-Specifications       */
//-->


body	{
	  font-family: Arial;
	  font-weight: normal;
	  background-color: #EEA;
	}


a:link	{
	  font-weight: normal;
	  color: #333;
	  text-decoration: none;
	}

a:visited
	{
	  font-weight: normal;
	  color: #383;
	  text-decoration: none;
	}

a:focus	{
	  font-weight: normal;
	  color: #33D;
	  text-decoration: none;
	}

a:hover	{
	  font-weight: normal;
	  color: #933;
	  text-decoration: none;
	}

a:active
	{
	  font-weight: normal;
	  color: #339;
	  text-decoration: none;
	}



.Header
	{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 560px;
	width: 100%;
 	padding: 0px;
 	background-color: #FFC;
	}

.HdrLogo
	{
	position: absolute;
	left: 20px;
	top: 10px;
	z-index: 3;
	}

.HdrFC
	{
	position: absolute;
	left: 28%;
	top: -10px;
	z-index: 1;
	}

.HdrWJ
	{
	align: center;
	position: relative;
	left: -120px;
	margin-left: 49%;
	top: -8px;
	z-index: 2;
	}

.HdrRadar
	{
	position: absolute;
	right: 4%;
	top: 20px;
	}

.HdrWG
	{
	position: absolute;
	left: 5%;
	top: 230px;
	}

.Links
	{
	position: relative;
	top: 360px;
 	margin: 0px;
 	padding: 0px;
 	background-color: #EEF;
        font-family: Arial;
        font-style: bold;
	font-size: 24px;
	line-height: 160%;
	}

.LItem
	{
	position: relative;
	float: left;
	border: 1px solid black;
	padding: 0.4%;
	width: 47.0%;
	margin: 0.4%;
 	background-color: #AAD;
	text-align: center;
	}

.LItem2
	{
	position: relative;
	float: left;
	border: 1px solid black;
	padding: 0.4%;
	width: 95.8%;
	margin: 0.4%;
 	background-color: #AAD;
	text-align: center;
	}

.Footer
	{
	  position: absolute;
	  left: 0px;
	  bottom: 0px;
	  width: 100%;
	  height: 30px;
	  vertical-align: middle;
	  list-style: none;
	  list-style-position: inside;
	  margin-left: 0px;
	  margin-right: 0px;
 	  padding: 0;
          color: white;
 	  background-color: #AA0;
	  font-size: 11px;
          font-family: Arial;
          font-style: italic;
	}

</style>