<!--
body {
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color: #000;
	text-align: center;
	font-size: 0.9em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	#text {
      margin: 0px;
	  width:800px;
	  display: none;
	  padding:0px;
	  text-align: left;
	  font-size: 1%;
	  color: #000;
	  clear: both;
    }
	
	#content {
      margin: 0 100px auto;
	  margin-top: 80px;
	  width: 680px;
	  height: 467px;
	  padding-left:20px;
	  padding-right:0px;
	  background-image : url("startlogo.jpg");
	  background-repeat : no-repeat;
	  text-align: left;
	  border: 1px solid #c0c0c0;
	  color: #fff;
	  clear: both;
    }
	

    #footer {
      text-align:center;
	  text-valign:bottom;
	  position: fixed;
      left: 0px;
      right: 0px;
      bottom: 0px;
	  color: #fff;
	  background-color:#000;
	  width:100%;
	  height:20px;
	  font-size: 0.9em;
    }

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 1%;
}


a:link {
  color : #FF9933;
  background-color : transparent;
  text-decoration : none;
}


a:visited {
  color : #FF9933;
  background-color : transparent;
  text-decoration : none;
}


a:active {
  color : #FF3399;
  background-color : transparent;
  text-decoration : none;
}


a:hover {
	color : #fff;
	background-color : #003366;
}

a.link2:link {
  color : Silver;
  background-color : transparent;
  text-decoration : none;
}


a.link2:visited {
  color : Silver;
  background-color : transparent;
  text-decoration : none;
}


a.link2:active {
  color : #FF3399;
  background-color : transparent;
  text-decoration : none;
}


a.link2:hover {
	color : #000;
	background-color : Silver;
}

-->

