* { margin: 0px; padding: 0px; }

img { border: none; }
td { vertical-align: top; }
ul { list-style: none; }

#print * { color: black !important; }

.debug { border: 1px solid red !important; }
.w100 { width: 100% !important; }
.h100 { height: 100% !important; }
.vtop { vertical-align: top !important; }
.vmiddle { vertical-align: middle !important; }
.vbottom { vertical-align: bottom !important; }
.hleft { text-align: left !important; }
.hcenter { text-align: center !important; }
.hright { text-align: right !important; }
.hand { cursor: pointer !important; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.clear1 { clear: both; height: 1px; font-size: 1px; }

.text ul, .text ol  { padding: 0px 0px 15px 0px; margin: 0px; }
.text ul li { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 20px; background: url(../img/bullet.gif) no-repeat 0px 7px; }
.text ol li { margin: 0px 0px 0px 30px; padding: 0px 0px 0px 0px; }
.text { line-height: 18px; }
.text p { margin-bottom: 15px; }

#sitemap,
#sitemap ul {
margin: 0 !important;
padding: 0 !important;
list-style: none;
}

#sitemap li {
margin: 0;
padding: 5px 0 5px 15px;
background: url('../img/sitemap_mid.gif') repeat-y 2px -16px;
}

#sitemap li.last {
background: url('../img/sitemap_last.gif') no-repeat 2px -16px;
}


#sitemap li#homepage {
padding: 0 0 5px;
background: none;
}

#sitemap a {
font-weight: bold;
}

#sitemap ul {
margin-top: 7px !important;
}

#sitemap ul a {
font-weight: normal;
}

#sitemap dd {
margin: 0 0 5px 10px;
}

.text table { border-color: #90b33e; border-collapse: collapse; }
.text table td { vertical-align: middle; }
