@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/bgd1.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #44543e;
}
a img {
    border: none; 
} 
a {
	text-decoration: none;
	color:#779f54;
	}
a:visited {
	text-decoration: none;
	color:#779f54;
	}
a:active {
	text-decoration: none;
	color:#779f54;
	}
a:hover {
	text-decoration: underline;
	color:#779f54;
	}
.footer  {
	font-size: 9px;
	line-height: 14px;
	margin: 0;
	color: #F2F6EE;
}
p {
	font-size:12px;
	line-height: 14pt;
	margin: 0;
}
.linka {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color:#000000;
	}
.linka:visited {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color:#000000;
	}
.linka:active {
	text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color:#000000;
	}
.linka:hover {
text-decoration: none;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	color:#000000;
	text-decoration: underline;
	}
/* form styling */
input {
 background-color: #ffffff;
 color: #44543e;
 font-size: 9pt;
 line-height: 12pt;
 font-family:Arial, Helvetica, sans-serif;
}
textarea {
 background-color: #000000;
 color: #dadada;
}
.texta {
 font-size: 9pt;
 line-height: 12pt;
 font-family:Arial, Helvetica, sans-serif;
 border: inset 1px #44543e;
}
.button {
 font-size: 9pt;
 line-height: 9pt;
 font-weight:bold;
 border: solid 1px #44543e;
 height: 20px;
 margin: 5px;
 }
 h1 {
	font-size:12pt;
	line-height: 14pt;
	margin: 0;
	font-weight:bold;


