<STYLE TYPE="text/css">
body {
	font-family : arial;
	font-size: x-small;
	color: blue;
     
}
H1  {
      	font-size : 20px;
      	font-family : arial;
      	font-variant : normal;
      	font-weight : bold;
      	font-style : normal;
      	color : #000000;
      }

H2  {
      	font-size : 18px;
      	font-family : arial;
      	font-variant : normal;
      	font-weight : bold;
      	font-style : normal;
      	color : #000000;
      }

H3  {
      	font-size : 15px;
      	font-family : arial;
      	font-variant : normal;
      	font-weight : bold;
      	font-style : normal;
      	color : #000000;
      }
      
.regular, h2, h4 {
	font-family: arial;
	font-size: x-small;
	text-align: justify;
	color: #333333;
}

.regular2 {
	font-family: arial;
	font-size: x-small;
	color: #333333;
}



.title1 {
	font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.footer {
	font-family: arial;
	font-size: 9px;
	color: #a6a6a6;
}

.footer2 {
	font-family: arial;
	font-size: 9px;
	color: #bfbfbf;
}

.headline {
	font-family: arial;
	font-weight: bold;
	font-size: 19px;
	color: #000000;
}
.smallerheadline {
	font-family: arial,helvetica;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
}


a.linkmenuleft:active {
   font-family: arial;
	font-weight: bold;
	font-size: x-small;
	color:#ffffff;
	text-decoration: none;
}

a.linkmenuleft:link {
    font-family: arial;
	font-size: x-small;
	font-weight: bold;
	color:#ffffff;
	text-decoration: none;
}

a.linkmenuleft:visited {
   font-family: arial;
	font-weight: bold;
	font-size: x-small;
	color:#ffffff;
	text-decoration: none;
}

a.linkmenuleft:hover {
   font-family: arial;
	font-weight: bold;
	font-size: x-small;
	color:#ffffff;
	text-decoration: underline;
}
a:active {
    color: #0000ff;
	text-decoration: underline;
}

a:link {
    color: #0000ff;
	text-decoration: underline;
}

a:visited {
    color: #800080;
	text-decoration: underline;
}

a:hover {
    color: #ff0000;
	text-decoration: underline;
}

</STYLE>