@charset "utf-8";
/* CSS Document */
body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size:  14px;
    line-height: 1.3em;
    color: #183a8d;
}

h1 {
    font-size: 2em;
    color: #DAA520;
    text-align: left;
    line-height: 1.0em;
    margin: 1rem 0 0.5rem;
    text-align: center;
}

h2{
    color: #DAA520;
    font-size: 1.5em;
    margin: 12px 0 6px;
    text-align:center;
}
h3 {
    color: #DAA520;
    font-size: 1.1em;
    text-align: left;
    margin: 12px 0 6px;
}


.color1,
.color1 > a {
    color: #DAA520 !important;
}

.color2,
.color2 > a {
    color: #183a8d !important;
}
a {
    color: #DAA520;
    text-decoration: none;
}
a:hover {
    color: #DAA520;
}

a img {
    border: none;
}
ul {
    list-style: disc outside none;
    line-height: 24px;
}

ol {
    list-style: decimal inside none;
}


table {
    border: 0;
    padding: 0;
    border-collapse: collapse;
}

table td {
    border: 0;
}


#footer {
	font-size: 8px;
	text-align: center;
}

