/* oo CSS */

body {
font: 100.00% sans-serif;
background: #FFFFFF;
margin: 5;
padding-top: 2px;
padding-left: 10px;
text-align: left;
color: #000000;
}

html, body {
height: 100%;
}

.toplink {
font: 120% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 10;
padding: 0;
text-indent: 0em;
}
.toplink a:hover{
color: rgb(0, 0, 0);
text-decoration: underline;
font-weight: bold;
font: 120% sans-serif;
}
.toplink a{
color: rgb(0, 0, 255);
text-decoration: none;
font-weight: bold;
font: 120% sans-serif;
}

.toplinkbold {
font: 120% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 10;
padding: 0;
text-indent: 0em;
}
.toplinkbold a:hover{
color: rgb(0, 0, 0);
text-decoration: underline;
font-weight: bold;
font: 120% sans-serif;
}
.toplinkbold a{
color: rgb(0, 0, 255);
text-decoration: underline;
font-weight: bold;
font: 120% sans-serif;
}

.toplinkbigbold {
font: 170% sans-serif;
font-weight: bold;
color: #006600;
text-align: left;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0em;
}