body {
	background-color: #689144;
}
img {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #000000;
    border: thin outset #A3C29A;
}
h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #185212;
	font-weight: bold;
}
h2 {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #185212;
	font-weight: bold;
}
h3 {
	font-family: "Century Gothic";
	font-size: 14px;
	color: #185212;
	font-weight: bold;
}
h4 {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
a {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #185212;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #83D560;
}
li {
	list-style: url(images/li.jpg);
	margin-left: 18px;
}
.h1 {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #185212;
	font-weight: bold;
}
.lnk {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #185212;
	font-weight: bold;
	text-decoration: underline;
}
.footer {
	font-family: "Century Gothic";
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
}
.main {
	font-family: Arial;
	vertical-align: top;
	font-size: 12px;
	color: #000000;
	border: thin outset #A3C29A;
	position: relative;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	background-image: url(images/main_gradient.jpg);
}
.header {
	font-family: "Century Gothic";
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	height: auto;
	width: auto;
}
.leftnavigation {
	font-family: "Century Gothic";
	color: #FFFFFF;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-color: #808080;
}
.background {
	background-color: #808080;
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}
.bold {
	font-family: Arial;
	font-weight: bold;
}
.italic {
	font-family: Arial;
	font-style: italic;
}
.adres {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}.disabled {
	color: #FF0000;
	text-decoration: line-through;
}