
table#article a {
           color: darkblue;
 text-decoration: none;
       font-size: 8pt;
}
table#article a:hover {
           color: blue;
 text-decoration: underline;
       font-size: 8pt;
          cursor: pointer;
}

.text_title, .section_title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #FFFFFF;
        padding-left: 17px;
	height: 18px;
        background-color: #000099;
}

