html, body {
	font: 1em/1.4em Futura, Verdana, Arial, Helvetica, sans-serif;
	margin:auto 0;
	padding:0;
	color: #000000;
	text-align: center;
	background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	margin: 5px;
	padding: 0;
}
a {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}

h1 {
	color: #000000;
	font-size: 1.4em;
	font-weight: normal;
}
h2 {
	color: #000000;
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
}
h4 {
	color: #000000;
	font-size: .9em;
	font-weight: normal;
}
h5 {
	color: #000000;
	font-size: .8em;
	font-weight: normal;
}
h6 {
	color: #000000;
	font-weight: normal;
	font-size: .7em;
}
form {
}
form label {
	cursor: pointer;
	}
input, select, textarea {
	font-size: 100%;
	}
textarea {
	overflow: auto;
}

#container {
	width:760px;
	max-width:760px; 
	padding:0px;
	margin:auto;
	float:none;
	position:relative;
}
#content{
	width:760px;
	max-width:760px; 
	text-align: left;
}

#footer{
	background-color:#ffffff;
	position:relative;
	width:740px;
	max-width:760px; 
	padding:10px;
	vertical-align: bottom;
	font-size: 0.6em;
	color:#000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
}

#footer a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#footer a:hover {
	text-decoration:underline;
	color:#000000;
}

.footer {
	font-size: 0.7em;
	color: #000000;
}
.footer a {
	color: #000000;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.kw {
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 0;
	height: 0px;
	width: 0px;
	left: 0px;
	top: 0px;
}