BODY.basic 
	{
  	background-color: #F5ba5c;
  	margin: 10px 10px 20px 10px;
  	color: black;
	}
BODY.port 
	{
  	background-color: white;	
  /*	background-color: #cc0000;	*/
  	margin: 10px 10px 10px 10px;
  	color: black;
	}
DIV.head
	{
	position: relative;
	width: 95%;
	min-width: 640px;
	margin-top: 0px ;
	margin-right: 30px ;
	margin-bottom: 10px ;
	margin-left: 10px;
	border: 1px solid gold;
	padding: 5px;
	z-index: 3;
	color: black;
	background-color: #ffffff;
	text-align: justify;
	}

DIV.headport
	{
	position: relative;
	width: 97%;
	margin-top: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 12px;
	z-index: 3;
	border: 1px solid gold;
	color: black;
	background-color: #ffffff;
	}	
div.headport form	{
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	display: inline;
	}
#pos_right
	{
	position: absolute;
	right: 0px;
	padding-right: 10px;
	padding-bottom:5px;
	}
.pos_right_inline
	{
	position: absolute;
	right: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 5px;
	display: inline;
	}
A:link	
	{
	color: blue; text-decoration:none;
	}

A:visited 
	{
	color: purple; text-decoration:none;
	}

A:active 
	{
	color: blue; text-decoration:none;
	}
A:hover
	{
	color: white;
	background-color: blue;
	 text-decoration:underline;
	}
div.footer a:link, div.footer a: visited, div.footer a:active
	{
	background-color: white;
	}
div.footer a:hover
	{
	background-color: transparent;
	}
td	
	{
	font-size: smaller;
	}
td.tasporttd
	{
	font-size: smaller;
	background-color: white;
	}