div.panelblk {
width: 70%;
margin: 0.5em auto;
padding: 1em;
border: 1px solid #609;
color: #966;
background: #fff;
clear: both;
}

div.panelblk h3 {
text-align: center;
font-size: 100%;
font-color: #069;
font-weight: 600;
border-bottom: 5px solid #069;
}

div.panelblk p {
text-align: left;
font-size: 90%;
font-weight: 500;
}

div.panelblk ul {
list-style-type: none;
margin: 0;
margin-bottom: 1em;
padding: 0;
font-size: 90%;
}

/* dl:: class liststyle */
dl.liststyle {
width: 90%;
font: normal 500 90% Arial, sans-serif;
}

dl.liststyle dt {
width: 8em;
padding: 0 0 0 0.2em;
font-weight: 700;
color: #666;
background: #fff;
text-align: center;
}

dl.liststyle dd {
margin: -2.4em 0.2em 0.8em 10.5em;
padding-bottom: 0.1em;
border-bottom: 1px solid #eee;
font-weight: 400;
color: #333;
}

dl.liststyle dd a {
text-decoration: none;
}

dl.liststyle dd a:link {
color: #039 
}

dl.liststyle dd a:visited {
color: #636
}

dl.liststyle dd a:hover {
color: #c30
}


