body
{
    font-size: 11px;
    color: #000000;
    font-family: verdana;
	background-image: url('assets/bg.jpg');
	background-color: #018a55;
	margin: 0px;
	padding: 0px;
}
p
{
    font-size: 12px;
    color: #000000;
    font-family: verdana;
	line-height: 18px;
}
td
{
    font-size: 12px;
    font-family: verdana;
}
div
{
    font-size: 12px;
    font-family: verdana;
}
select
{
    font-size: 10px;
    font-family: verdana;
}
textarea
{
    font-size: 10px;
    font-family: verdana;
}
input
{
    font-size: 10px;
    font-family: verdana;
}

a
{
    color: #018a55;
    text-decoration: underline;
}
a:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.featuredlink
{
    font-size: 10px;
	color: #ffffff;
    text-decoration: underline;
}
a.featuredlink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.propertylinks
{
    color: #0060ac;
    text-decoration: underline;
}
a.propertylinks:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.toolboxlink
{
    color: #000000;
    text-decoration: none;
}
a.toolboxlink:hover
{
    color: #000000;
    text-decoration: underline;
}

a.sublink
{
    font-size: 11px;
    color: #f7770f;
    text-decoration: none;
}
a.sublink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.toplink
{
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
a.toplink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.footerLink
{
    font-size: 9px;
    color: #ffffff;
    text-decoration: none;
}
a.footerLink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.acrobatlink
{
    font-size: 9px;
    color: #fe6400;
    text-decoration: underline;
}
a.acrobatlink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

a.lhteklink
{
    font-size: 9px;
    color: #ce6f70;
    text-decoration: none;
}
a.lhteklink:hover
{
    color: #faae3e;
    text-decoration: underline;
}

h1
{
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #0060ac;
  margin: 0px 0px 15px 0px;
  border-bottom: 1px #000000 dotted;
  white-space: nowrap;
}
h2
{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #c81313;
  margin: 10px 0 0 0;
  line-height: 18px;
  white-space: nowrap;
}
h3
{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: #0060ac;
  margin: 10px 0 0 0;
}
h4
{
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-style: oblique;
  color: #0060ac;
  margin: 0 0 -10px 0;
}
fieldset
{
  padding: 20px;
  -moz-border-radius: 8px;
}
legend
{
  color: #d04c02;
  font-weight: 600;
  margin-bottom: 0px;
}
img.border-pic
{
	padding: 4px;
	border: 1px solid #aeaeae;
	background-color: #ffffff;
}

ul
{
	margin-bottom: 0;
}
li
{
    font-size: 12px;
    font-family: verdana;
}
li.numbered
{
    font-size: 12px;
    list-style-type: decimal;
	margin: 0px;
}
li.small
{
    font-size: 7pt;
    list-style-type: disc;
	margin: 0px;
}

.navlink td a
{
	color: #000000;
	padding: 5px 5px 5px 5px;
	white-space: nowrap;
	border: none;
}

.navlink a:hover
{
	color: red;
}

