html, body {
	height: 100%;
	margin-bottom: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  text-align: justify;
	line-height: 1.4em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
h1 {
	 font-size: 20px; 
	 font-weight: bold;
	 margin-bottom: 0px;
	 border-bottom: 2px solid #0099cc;
	 }

h2 {
	 font-size: 20px; 
	 font-weight: bold;
	 margin-top: 30px;
	 margin-bottom: 5px;
	 border-bottom: 1px solid #0099cc;
	 }
	 
h3 {
	 font-size: 16px; font-weight: bold;
	 }
	 
.headline {
	font-family: Times New Roman;
	font-size: 22px;
	color: #000000;
	line-height: normal;
	margin-right: 5px;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.style6 {font-size: 3px}
.style10 {font-size: 18px; font-weight: bold; }
a:link {
	color: #0099cc;
	text-decoration: none;
}
a:visited {
	color: #0099cc;
	text-decoration: none;
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}
a:active {
	color: #0099cc;
	text-decoration: none;
}
.style11 {color: #CCCCCC}

button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7ADB02;
	border: 1px solid #9AFD22;
}

#menu {
	float: left;
	height: 45px;
	width: 800px;
	padding-left: 20px;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 14px;
	height: 50px;
	width: 110px;
	margin-right: 1px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 8px;
    text-align: center;
	background-color: #0099cc;
}

#menu a:hover {
	color: #ffffff;
	background-color: #006699;
}

-->
