body { /*jb 7.04.06 ac checked*/

font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
/*font-family: Arial, Helvetica, sans-serif;*/
/*font-size:75%;*/ /*75% = 12px*/

}

/*Global Whitespace Reset*/

form, input { /*jb 7.04.06 ac checked*/
	padding: 0px;
	margin: 0px;
}

a {
	color:#1870c9;
}

a:hover {
	color:#ff0000;
}

a:visited {
	color:#38325d;
}
a:visited:hover{
	color:#ff0000!important;
}
td {
	font-size:1em;
}

h1, h2, h3, h4, h5, h6
/*,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover */
{ 
	
}

h1  { /*jb 7.04.06 ac checked*/

  font-size:1.8em;
  font-family:Times New Roman, Times, serif!important;
  /*first things in backend needed for change are styles management*/

}

h2  { /*jb 7.04.06 ac checked*/

  font-size:1.6em;
		
  }

h3  { /*jb 7.04.06 ac checked*/
  font-size:1.1em;
}

h4  { /*jb 7.04.06 ac checked*/

	font-size:1.1em;
}

h5  { /*jb 7.04.06 ac checked*/

  font-size:1em;

}

h6 { /*jb 7.04.06 ac checked*/

  font-size:0.8em;
}

img { /*jb 7.04.06 ac checked*/
  border: none;
  /*border: 1px solid black;*/

}

input,select,textarea {
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.input {
	border:1px solid #323334;
	padding-left:3px;
}

acronym {
	cursor: help;
	color: #003366;
}

legend {
	/*font-family:Times New Roman, Times, serif;*/
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding:0 0.2em;
}

.blueul {    
   /*Added by Alex 14.09.06*/
   color: navy;
}

.blueul li{    
   /*Added by Alex 15.09.06*/
   margin-bottom: 20px;
}

.h1homepage {
  /*Added by Alex 14.09.06*/
  color: navy;
  font-style: italic;
  font-weight: normal;
  text-align: center;
}

.h1homepage2 {
  /*Added by Alex 14.09.06*/
  color: navy;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.betterline {
  /*Added by Alex 15.09.06*/
   line-height: 1.5em;
}