body {
	margin: 0;
	padding: 2px 0px;
	background: #fff;
}

form {
	padding: 0px;
	margin: 0px;
}

textarea {
	font-weight: normal;
	height: 50px;
}

.button {
	width: 60px;
}

.title_image {
	display: block;
	position: absolute;
	top: 8px;
	left: 50%;

}

h1 {
	margin: 0px;
	padding: 0px;
	font: 48px arial, helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-weight: normal;
	text-align: left;
	font-style:italic; 
	color: #000066;
}

h2 {
	margin: 0px;
	padding: 0px;
	font: 18px arial, helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	font-style:italic; 
	color: #000066;
}

h3 {
	margin: 0px;
	padding: 0px;
	font: 18px arial, helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000066;
}

.menu, a.menu, a.menu:hover, a.menu:visited {
	text-align: center;
	font: 14px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	padding: 0px 0px 4px 0px;
	text-decoration: none;
}

.footer, a.footer, a.footer:hover, a.footer:visited {
	text-align: center;
	font: 11px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;	
}

.text, a.text, a.text:hover, a.text:visited {
	text-align: left;
	font: 16px arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

.text2, a.text2, a.text2:hover, a.text2:visited {
	text-align: left;
	font: 12px arial, helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

.small {
	padding: 0px 30px 0px 0px;
	text-align: left;
	font: 10px arial, helvetica, sans-serif;
	color: #000066;
}

.form, .form-box, .form-box-button {
	text-align: left;
	font: 12px arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}

.form-box, .form-box-button {
	padding: 3px 0px;
	margin: 5px 5px 0px;
	border: 1px outset #000000;
	background: #eeeeee;
	color: #000000;
}

.form-box {
	width: 320px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li.link1, li.link2 {
	list-style-type: none;
	list-style-position: inside;
	text-align: left;
	border: 1px solid #bbbbbb;
	background: #ffcc99;
	font-weight: bold;
	line-height: 26px;
	padding: 0px 0px 0px 10px;
}

li.link2 {
	background: #99ccff;
}

