/* CSS Document */

	

a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;

}

a:hover {
	color: #AE2613;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.nav 
{  	font-size:12px;
	color: #ffffff;
	font-family: verdana, helvetica, sans-serif;
	font-weight:bold;	
	margin-left: 3px;
	text-align: left;
	text-decoration:none;
}

a.navLink {color: #ffffff; text-decoration:none;}
a.navLink:visited {color: #ffffff; text-decoration:none;}
a.navLink:hover {color: #FFF000; text-decoration:none;}
a.navLink:active {color: #FFF000; text-decoration:none;}

	
.navbottom { 
	font-size: 10px;
	font-weight:normal;
	font-family: arial;
	color: #000000;
	margin-left: 20px;
	text-align:left;
	text-decoration: none;
}

a.navbottomLink
{   font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.navbottomLink:visited
{   font-weight: normal;
	color: #000000;
	text-decoration: none;
}

a.navbottomLink:hover
{   font-weight: normal;
	color: #AE2613;
	text-decoration: none;
}

a.navbottomLink:active
{   font-weight: normal;
	color: #000000;
	text-decoration: none;
}



.footer
{	font-size: 10px;
	font-family: arial;	
	color: #ffffff;		}

a.footerLink
{
	color: #ffffff;
	text-decoration: none;
}

a.footerLink:visited
{
	color: #ffffff;
	text-decoration: none;
}

a.footerLink:hover
{
	color: #ffffff;
	text-decoration: none;
}

a.footerLink:active
{
	color: #ffffff;
	text-decoration: none;
}

body {
	background-image: url(images/blue001.gif);
	margin-top: 0px;
}

h1,h2,h3 {
	font-family: Arial, Helvetica, sans-serif; font-weight:bold;
}

h1 {font-size: 20px; margin-left:20px;}

h2 {font-size: 16px; margin-left:20px;}

h3 {font-size: 14px; margin-left:20px;}

li {
  font-size: 12px;
  margin-left: 10px;
  list-style:disc;
}

	
.content {
	font: 12px verdana;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px; 
	text-align: justify;
}


.text {font-family: Trebuchet, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #000000;
margin: 20px 20px 20px 20px;
text-align:justify;
}


.headertxt {
  font-weight:bold;
  color:#0000FF;
}


.blutxt {font-family: Trebuchet, Helvetica, sans-serif;
  color:#0000CC;
  font-size: 12px;
  font-weight: bold;
  margin: 20px 20px 20px 20px;
  text-align:justify;
}


.contacttxt {font-family: Trebuchet, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #000000;
margin: 20px 20px 20px 20px;
text-align:justify;
}


.bottom {font-family: arial; 
font-size: 10px;
font-weight: normal;
color: #000000;
margin: 20px 20px 20px 20px;
text-align: justify;
}


.whitetxt {font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #ffffff;
text-align:center;
}


.redtxt {
color: #ff0000;
}


