body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Arial;
}

a {
	font-size: 12px;
	color: green;
	line-height: 13px;
	text-decoration: underline;
}

h1 {
	color: green;
	font-weight: bold;
	text-align: center;
}

h3 {
	color: green;
	text-align: left;
	text-align: center;
}

a.menu{
	font-size: 12px;
	color: green;
	line-height: 13px;
	text-decoration: none;
}

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



a.main{
	color: green;
	text-decoration: underline;
}

a.footer{
	color: green;
	text-decoration: none;
	font-size: 8px;
}

td.left {
	vertical-align: top;
	width:20%;
}

td.right {
	vertical-align: top;
	width:20%;
}

td.main {
	width:60%;
	text-align: justify;
}

#allt {
	margin:0 auto;
	width:700px;
	text-align: left;
}

#text {
	position: relative;
	margin:0 auto;
	text-align: justify;
}

#middle {
	position: relative;
	top: 40px;
}

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 8px;
	color: green;
	line-height: 13px;
	text-decoration: none;
}

hr {
	color: green;
	background-color: green;
	height: 3px;
}

ul {
	list-style-position:inside;
	list-style-type:none;
	margin-bottom:0px;
	margin-left:0px;
}

li {
	float:left;
	margin-right:0px;
	min-height:20px;
	padding-left:20px;
}