﻿body {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 68%;
    color: #333333;
}

a {
    color: #483f7f;
    font-weight: bold;
    text-decoration: none;
    outline: none;
}

object {
    outline: none;
}

img {
    border: 0px;
}

p {
    margin: 0px 0px 16px;
    line-height: 1.5em;
}

ul {
    margin: 0px 0px 15px 20px;
    padding: 0px 0px 0px 0px;
    list-style-position: inside;
}

ul li {
    line-height: 1.6em;
    margin: 0px;
    padding: 0px;
}

.nomargin 
{
    margin: 0px;
}

h1 
{
    font-family: Times New Roman, Times, Serif;
    font-weight: normal;
    font-size: 2.8em;
    color: #483f7f;
    margin: 0px;
    /*background: red;*/
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
    color: #483f7f;
    margin: 0px;
    padding: 0px 0px 10px;
    border-bottom: solid 5px #483f7f; 
    background: #ffffff;
}

h3 {
    font-size: 1.4em;
    font-weight: bold;
    color: #483f7f;
    margin: 0px;
    padding: 0px 0px 10px;
    background: #ffffff;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #483f7f;
    margin: 0px;
    padding: 0px 0px 10px;
    background: #ffffff;
}

table {
    border-collapse: collapse;
    margin: 0px 0px 14px;
}

table td, table th {
    padding: 4px 10px;
    border: solid 1px #dedde8;
    line-height: 1.4em; 
}

table th {
    text-align: left;
    background: #f4f4f7;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}