body {

	background-color: #003366;
}

h1 {

	font-family: Arial;
	font-weight: bold;
  font-size: 14pt;
}

h2 {

	font-family: Arial;
	font-weight: bold;
  font-size: 13pt;
}

h3 {

	font-family: Arial;
	font-weight: bold;
  font-size: 11pt;
}

table#body {

	border: solid 2px #cccccc;
	width: 700px;
}

p {

	font-family: arial;
	font-size: 12px;
	color: #444444;
	text-align: justify;
}

td {

	font-family: arial;
	font-size: 12px;
	color: #444444;
}

td#menu {

	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	
	width: 110px;
}

a {

	color: #004477;
	text-decoration: none;
}

div#title {

	position: absolute;
	left: 250px;
	top: 18px;
}