html
{
    overflow-y: auto;
    overflow-x: hidden;
}

body {
	font-family: arial, tahoma, verdana, sans serif;
    font-size: 77%;
}

h1
{
    font-weight: bold;
    color: #162867;
    font-size: 138.5%;
    border-bottom: 2px solid #30D1AD;
    padding-bottom: 0.75em;
    position: relative;
}

h2
{
    font-weight: bold;
    color: #162867;
    font-size: 123.1%;
    border-bottom: 1px solid #30D1AD;
    padding-bottom: 0.5em;
}

h3
{
    font-weight: bold;
    color: #162867;
    font-size: 116%;
}

h4
{
    font-weight: bold;
    color: #162867;
    font-size: 108%;
}

h3 span
{
    font-size: 93%;
}

p
{
    margin: 1em 0;
    text-align: justify;
}

a
{
    color: #162867;
}

u
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

h2 a
{
    text-decoration: none;
    border-bottom: 1px solid #6E7EB7;
}

h2 a:hover
{
    border-bottom: 1px solid #D2D7E5;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

ul
{
    margin: 0 0 1em 1.5em;
}

li
{
    list-style-type: square;
    margin: 0.5em 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 2em;
}

.close {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}