table.ns {
width: 800px;
border: 1px #0C89DC dotted;
border-collapse: collapse;
color: #444;
display: table;
margin-top: 8pt;
margin-left: 10pt;
margin-right: 10pt;
}

table.table {
width: 775px;
display: table;
margin-left: 10pt;
margin-top: 8pt;
}

table.footer {
width: 800px;
background-color: #219DF3;
color: #FFF;
text-align: center;
display: table;
margin-top: 8pt;
margin-bottom: 10pt;
margin-left: 10pt;
margin-right: 10pt;
}

A:link {
color: #0C80CD;
text-decoration: none;
}

A:visited {
color: #0C80CD;
text-decoration: none;
}

A:hover {
color: #0C80CD;
text-decoration: underline;
}