/*
    These are the main content styles for this site.  They are also used to
    style the content of the admin WYSIWYG editors.
    
    They represent sensible default styles for a web page.  Feel free to
    override and add to them as required.
*/

* {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Lucida, Arial, sans-serif;
    font-size: 100%;
}

body {
    font-size: 75%;
    color: #414042;
}

h1 {
    font-size: 150%;
    font-weight: bold;
    color: #005faf;
    margin: 25px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    border-bottom: 1px #999999 dashed;
}

h2,
h3,
h4 {
    margin: 20px 0px 15px 0px;
    clear: left;
}

h2 {
    color: #005faf;
    font-weight: bold;
    font-size: 100%;
}

h3 {
    color: #005faf;
    font-weight: bold;
    font-style: italic;
    font-size: 100%;
}

h4 {
    color: #414042;
    font-weight: bold;
    font-style: italic;
    font-size: 100%;
}

p,
ul,
ol,
table {
    margin: 0px 0px 15px 0px;
    line-height: 140%;
}

ul,
ol {
    padding: 0px 0px 0px 15px;
}

li {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 20px;
}

table {
    border: 1px #c0c0c0 solid;
    border-collapse: collapse;
}

th,
td {
    padding: 5px 10px 5px 10px;
    text-align: left;
    vertical-align: top;
}

th {
    background: #eeeeee;
    border-bottom: 1px #c0c0c0 solid;
}

td {
    border-top: 1px #c0c0c0 solid;
    border-right: 1px #c0c0c0 solid;
}

a {
    color: #005faf;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;    
}

a img {
    border: none;
}