body {
  font-family:        Arial, Helvetica, sans-serif;
  background-color:   #FFFFFF;
  color:              #000000;
  font-size:          13px;
  font-weight:        normal;
  text-align:         center;
  margin:             0px;
  padding:            0px;
}

div {
  font-family:        Arial, Helvetica, sans-serif;
  color:              #000000;
  font-size:          13px;
  font-weight:        normal;
  margin-top:      		0px;
  margin-bottom:      10px;
}

textarea {
  font-family:        Arial, Helvetica, sans-serif;
  color:              #000000;
  font-size:          13px;
  font-weight:        normal;
  margin-top:      		0px;
  margin-bottom:      0px;
}

div.fett {
  color:              #000000;
  font-size:          13px;
  font-weight:        bold;
  margin-top:      		0px;
  margin-bottom:      10px;
}

span.fett {
  font-weight:        bold;
}

h1 {
  color:              #000066;
  font-size:          18px;
  font-weight:        bold;
  margin-top:      		0px;
  margin-bottom:      10px;
}

h2 {
  color:              #000066;
  font-size:          14px;
  font-weight:        bold;
  margin-top:      		0px;
  margin-bottom:      10px;
}

input.button {
	background-color:		#043284; 
	color:							#FFFFFF; 
	border:							0px; 
	padding:						2px;
	cursor:             pointer;
}

img {
  border:             0px;
}
  
a {
  color:              #000000;
}

a:link    { text-decoration: none; }
a:visited { text-decoration: none; }
a.text:hover   { text-decoration: none; background-color: #ADC9E3;}
a:active  { text-decoration: none; }

a.youtube:link    { text-decoration: none; }
a.youtube:visited { text-decoration: none; }
a.youtube:hover   { text-decoration: none; }
a.youtube:active  { text-decoration: none; }

.footer {
  color:              #FFFFFF;
}  

