@import url("base.css");

/* link ----------- */

.link h2 { margin: 0 0 5px; border-bottom: 1px solid #009933; color: #009933; font-size: 100%; letter-spacing: 1px;}
.link div.box { float: left; width: 350px; padding: 0 40px 30px 0;}
.link div.end { padding: 0 0 30px;}
.link div.box ul { list-style-type: none;}
.link div.box li { margin: 2px 0; padding: 0 0 0 12px; background: url(../img/li_link.gif) left 6px no-repeat;}
.link div.box a { color: #333; text-decoration: none;}
.link div.box a:hover { color: #009933; text-decoration: underline;}

/* sitemap --------- */

.sitemap table { margin: auto;}
.sitemap td { padding: 5px 10px; border-bottom: 1px solid #DDDDDD; vertical-align: top;}
.sitemap td a { padding: 0 0 0 12px; background: url(../img/li_link.gif) left 6px no-repeat; color: #333; text-decoration: none;}
.sitemap td a:hover { color: #009933; text-decoration: underline;}

/* privacy -------- */

.privacy dt { padding: 0 0 2px; border-bottom: 1px solid #009933;}
.privacy dd { margin: 15px 0 30px 30px;}

/* topics --------- */

.topics table { width: 740px; margin: 0 auto 20px;}
.topics th, .topics td { padding: 5px; border-bottom: 3px double #E6E6E6; vertical-align: top; font-weight: normal;}
.topics th { width: 6em; padding: 5px 3px 5px 0; border-bottom: 3px double #DDDDDD; white-space: nowrap;}
.topics td p { margin: 0;}

