<style>
a:link
{
 text-decoration: underline;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: Small;
 font-style: normal;
}
a:active
{
  text-decoration: underline;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: Small;
  font-style: normal;  
}
a:visited
{
 text-decoration: underline;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: Small;
 font-style: normal;
}
a:hover
{
 text-decoration: underline;
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: Small;
 font-style: normal;
}

body {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  text-align : justify;
  margin-left : "0";
  margin-right : "0";
  margin-top: "10";
  margin-bottom: "0";
  background-color: #FFFFFF;
}

input
{
  font-style: normal;
  font-size: Smaller;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
  font-style: normal;
  font-size: Smaller;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.text
{
  font-weight: normal;
  font-size: Small;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height:normal;
  text-decoration:none;
}

.textsmall
{
  font-weight:normal;
  font-size: Smaller;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
}

.headline
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: Medium;
  font-weight: bold;
  text-decoration:none;
  text-align: center;
}

.headlinesmall
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: Small;
  font-weight: bold;
  text-decoration:none;
  text-align: left;
}

.textbutton
{
  font-weight:normal;
  font-size: Smaller;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
}

/*.menuTable, .navThis and navNext are used for the top menu*/
.menuTable
{
	width:"500";
	height:"30";
	border: 2 ridge;
	cellspacing:"0";
	cellpadding:"0";
}
.navThis
{
	text-align: center; 
	width:"80";
  	font-size: Small;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-style: normal;
  	color:#FFFFFF;
  	font-weight:normal;
  	text-decoration:none;
  	background-color: #8398B5;
  	/*background-image: url(images/menu-image-light.JPG); */
}
.navNext
{
	text-align: center; 
	width:"80";
  	cursor:pointer;cursor:hand;
  	font-size: Small;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-style: normal;
  	color:#FFFFFF;
  	font-weight:normal;
  	text-decoration:underline;
  	background-color: #22578B;
 	/* background-image: url(images/menu-image-dark.JPG); */
}

.navLine
{
  background-color: #D5DCDE
  /*background-image: url(images/bakgrund_06.GIF); */
}

</style>

