body {
	background-color: #FFF;
	margin: 0px;
}
td {
	font: 13px arial;
	color: #191704;
	vertical-align: top;
}
img {
	border: none;
}
a:link {
	color: #01448a;
}
a:visited {
	color: #682588;
}
a:hover {
	color: #d40000;
}
h1 {
	font: 25px arial;
	font-weight: nornal;
	margin: 5px 20px 10px;
}
h4 {
	font: 16px arial;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 10px;
}
/*
	Classes
*/
div.button {
	width: 14%;
	float: left;
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 7px;
}
div.logo {
	width: 97%;
	text-align: right;
	margin-top: 10px;
}
.lefttd {
	font: 11px arial;
	padding: 20px 15px 80px;
	text-align: center;
	vertical-align: top;
}
.tdright {
	padding: 10px;
	text-align: center;
}
.main {
	padding: 5px 30px 50px 35px;

}
.recl {
	margin: 20px 5px;
	font: 11px arial;
}
.footer {
	background: #FFF url(/images/bg-footer.gif) repeat-x left bottom;
	text-align: center;
	padding: 25px 0px 10px;
	font: 11px arial;
	color: #0e1900;
	font-weight: bold;

}

/*
	Id's
*/
#topimg {
	margin: 0px 0px 20px;
	background: url(/images/top-green.jpg) repeat-x left top;
}
#topimg td.menu {
	background: url(/images/top-menu.jpg) repeat-x left bottom;
	font: 20px arial;
	color: #FFF;
	font-weight;
	padding: 0px;
}
#topimg td.menu a:link, #topimg td.menu a:visited {
	text-decoration: underline;
	color: #FFF;
	border: none;
}
#topimg td.menu a:hover {
	text-decoration: underline;
	color: #c9f09b;
	border: none;
}
#greenblock {
	background-color: #509301;
	margin: 0px;
	padding: 0px;
}
#greenblock td {
	font: 3px arial;
	padding: 0px;
}
#greenblock td.kat {
	font: 13px arial;
	color: #FFF;
	padding: 10px 10px 20px;
}
#greenblock td a:link, #greenblock td a:visited {
	color: #FFF;
	text-decoration: underline;
}
#greenblock td a:hover {
	color: #c9f09b;
	text-decoration: underline;
}
#greenblock li {
	list-style-type: square;
	list-style-image: url(/images/li-block.gif);
	margin: 0px;
}
