@charset "ISO-8859-1";
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #999999;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 25px;
	font-family:  Arial,"Times New Roman", Times, serif;
	font-size: 10pt;
	background-color:#424142;
	color: #FFFFFF;
}
#footer {
	color: #4badc7;
	font-family:  Arial,"Times New Roman", Times, serif;
	font-size: 12px;
	border-left-width: 1px;
	font-style: normal;
}

	#menu a, #menu a:visited {
  text-decoration:none; 
  background-color:#424142; 
text-align:left;

  color:#fff; 
  display:block; 
  width:10em; 
  height:1.5em; 
  border-bottom:1px solid #fff;  
  border-right:1px solid #000; 
  padding:0.5em;
  }
#menu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  color:#4badc7;
  }