@charset "utf-8";

/* ---------- Global CSS ---------- */

* {
border: 0 none;
margin: 0;
padding: 0; }

a {
color: #0f478b;
text-decoration: underline; }

a:hover {
color: #0f8b3b; }

address {
font-style: normal;
line-height: 20px;
padding-bottom: 20px; }

body {
background-color: #0a1b2f;
background-image: url(/img/bg/body.png);
background-position: center;
background-repeat: repeat-y;
font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
text-align: center; }

em {
font-style: italic; }

h1 {
color: #0f478b;
font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
font-size: 25px;
letter-spacing:-1px;
padding-top: 2px;
padding-bottom: 15px; }

h2 {
color: #0f478b;
font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
font-size: 20px;
padding-bottom: 15px; }

h3 {
color: #375d8c;
font-family: "Segoe UI", Calibri, Arial, Helvetica, sans-serif;
font-size: 14px;
padding-bottom: 15px; }

li {
list-style-type: none;
line-height: 20px; }

p, ul {
line-height: 150%;
padding-bottom: 20px; }

strong {
font-weight: normal; }