body {
	margin: 0 auto;
	font-family: Tahoma,Arial,"Times New Roman";
	color: #555555;
	line-height: 100%;
	background-color: #FAF4E4;
	text-align: center;
}

h1 {font-size: 22pt; font-weight: normal}
h2 {font-size: 22pt; font-weight: bold}
h3 {font-family: Segoe Print, Arial; color: #0066CC; font-size: 20px; font-weight: normal}
h4 {font-size: 14px; font-weight: normal}
h5 {font-size: 9pt; font-weight: bold}
h6 {font-size: 8pt; font-weight: normal}
h7 {font-size: 90%; color: #0033FF; font-weight: normal}
h8 {font-size: 9pt; font-weight: normal}
h9 {font-size: 70%; color: black; font-weight: normal}

td {
	text-align: justify;
	font-size: 14px;
}

th { font-weight: normal; } 

a img {border: none;} 
a:hover {color: #339900; text-decoration: none;}
a:link {color: #339900; text-decoration: none;}
a:visited {color: #339900; text-decoration: none;}
          
#container {
	background: #FAFAFA; 
	width: 800px; 
	text-align: left; 
	margin:0 auto; 
	margin-top: 30px; 
	margin-bottom: 30px;
}

#content {
	padding: 10px;
	background-color: #FAFAFA;
	width: 800px;
}

#menu {
	width: 800px;
	height: 50px;
	background-color: #FAF4E4;
}

#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#menu li {
float: left;
}

#menu ul a {
background-repeat: no-repeat;
background-position: right;
padding-right: 55px;
padding-left: 55px;
display: block;
font-family: Segoe Print,Verdana, "Times New Roman", Times, serif;
font-size: 18px;
color: #0066CC;
font-weight: none;
}