body {
    font-size: 12px;
	font-family: Arial, Verdana, Helvetica, Lucida, "Lucida Grande", sans-serif;
    background: #000000;
    color: #000000;
    margin: 20px 0px 20px 0px;
    padding: 0;
}

a.topbar:link, a.topbar:visited, a.topbar:active{
    color: #C5ED3B;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

a.topbar:hover {
    color: #C5ED3B;
    font-weight: bold;
    text-decoration: underline;
    text-transform: lowercase;
}

table  {
    font-size: 12px;
}

a:link {
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
}

a:visited {
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
}

a:active  {
    text-decoration: none;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    color: #FFFFFF;
    background-color: transparent;
    font-weight: bold;
}

img {
    border: none;
}

p {
    text-align: justify;
}

hr {
    height: 1px;
    color: #142A51;
    background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    background-color: transparent;
    font-weight: bold;
}

ul { 
    line-height: 1.1em;
    list-style-type: square;
    margin: 0.5em 0 0 2em;
    padding: 0;
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}
