body {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}

p           {margin: 0 0 1em; text-align: justify;}

table,td {
	font-family: Arial;
	font-size: 9pt;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #678719;
	text-decoration: none;
}

a:hover {
	color: #709DA9;
	text-decoration: underline;
}

img { border: 0px;}

form,select,textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px	solid #CCCCCC;
}

input {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

a.Footer:link	{color:#999999;font-family: Tahoma;font-size:10px;text-decoration:none;}
a.Footer:visited{color:#999999;font-family: Tahoma;font-size:10px;text-decoration:none;}
a.Footer:hover	{color:#999999;font-family: Tahoma;font-size:10px;text-decoration:underline;}

#adres {
	font-size: 11px;
	font-family: Tahoma;
	color: #808080;
}

h1 {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #97b64c;
}

#navlinks
{
    margin: 0;
    padding: 0.5em 2em;
    color: #0099ff;
    font-size: 11px;
}

#navlinks li
{
    display: inline;
    margin-right: 0.5em; padding-right: 0.75em;
    border-right: 1px solid #97b64c;
    font-weight: bold;
}
            
#navlinks li.last
{
    border-right: 0;
}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
.bgimg {background-image: url(../Images/Bg_Menu.jpg);}