div.dep {
background-color: white;
border: solid lightsalmon;
border-width: 1px;
padding-left: 20px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 20px;
font-size: 11pt;
}

div.topic {
margin-bottom: 10px;
}

div.dep h2 {
font-size: 13pt;
color: darkblue;
}

div.dep ul {
list-style-type: none;
padding-left: 5px;
}

div.dep li {
margin-top: 0pt;
margin-left: 0px;
padding-top: 0px;
padding-left: 9px;
background-image: url(pic/listmark_darkblue.gif);
background-position: 0 0.7em;
background-repeat: no-repeat;
}

div.dep a:link {
color: darkblue;
text-decoration: none;
}

div.dep a:visited {
color: darkblue;
text-decoration: none;
}

div.dep a:hover {
color: red;
text-decoration: none;
}

div.dep a:active {
color: red;
text-decoration: none;
}

div.dep strong {
color: orangered;
font-weight: normal;
}


img.m_mini {
float: right;
border-style: none;
}

img.m_mini2 {
float: left;
border-style: none;
}

p.main {
text-indent: 1em;
margin-bottom: 0.5em;
}

p.atten {
margin-top: 0.3em;
margin-bottom: 0.3em;
font-size: 9pt;
color: #FF3300;
}