html, body, form, p, a, ul, ol, li, div, legend, label,
br, button, textarea, h1, h2, h3, h4, h5, strong {
	margin: 0;
	padding: 0;
    border:0
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: arial;
	vertical-align: baseline;
	background-color: white;
	color: black;
	text-align: left;
}


label.strong {
 	font-weight: bold;
}


body
{
	background-color: #E5E5E5;
}


h1
{
font-family:arial;
font-weight: bold;
font-size:95%;
vertical-align:middle;
color: black;
}

#top
{
color: white;
background-color: black;
}


table {
  border:0;
}

table.toolbox {
   border: 2px solid lightblue;
   background-color: lightblue;
}


table.blueborder {
   border: 2px solid lightblue;
   background-color: white;
}
table.blueborder TD { border: 0px solid lightblue; }

td {
  background-repeat:no-repeat;
  }


div {
  position:relative;
  background-color:white;
  color:black;
  overflow:hidden;
  font-family:arial;
  font-weight:normal;
  padding:0;
}

div.contactform
{
  font-size:12;
  background-color:#E5E5E5;
  color:black;
}

div.login
{
  font-size:12;
  background-color:white;
  color:black;
}

div.normal_text{
font-size:70%;
}


a {
  color:blue;
  text-decoration: underline;
}
a.link {font-size:90%}

a.stronglink {
  font-size:100%;
  font-weight:bold;
}


.points {
	font-size:80%;
	color:5F9090;
    font-weight:bold;
	}

.smallurl {font-size:60%;color:5F9090;}

.country {color:lightgrey;}

.boxheadline {
   font-family:arial;
   font-size:90%;
   font-weight:bold;
}

.lowlow_text
{
font-family:arial;
font-size:70%;
}

.lower_text
{
font-family:arial;
font-size:80%;
}

.normal_text
{
font-family:arial;
font-size:80%;
}

.indent
{
  padding-left: 10px;
}


.big_text
{

font-family:arial;
font-size:100%;
vertical-align:middle;
color: black;
}

.menulink_out {
  color:white;
  text-decoration: none;
  background-color: lightblue;
  padding-left: 2px;
  padding-right: 2px;
}


.menulink_over
{
  color:black;
  text-decoration: none;
  font-weight: bolder;
  background-color: white;
  padding-left: 2px;
  padding-right: 2px;
}

#menuitems {
  font-size: 90%;
  font-family: "MS Sans Serif", sans-serif;
  font-weight: bold;
  margin-top: 0;
  padding-left: 2px;
  padding-right:25px;
  width: auto;
  float: left;
  display: inline;
  list-style: none;
  background-color: lightblue;
}

#bottomline {
  background-color: #E5E5E5;
}


