body {
	padding: 0;
    margin: 0;
    background-image:url(img/bg-sub.jpg);
    background-position:top center;
    background-repeat:no-repeat;
    background-color: #0c2e4e;
    text-align: center; /* IE center body fix */
	-webkit-text-size-adjust: none;
}


p {
    font: normal 14px Arial, sans-serif;
    line-height: 150%;
    color: #666;
    margin: 0 0 12px 0;
    font-smooth: auto;
}
h1 {
    font: normal 36px sans-serif;
    line-height: 120%;
    color: #0a3951;
    margin: 0;
	text-shadow: 0 1px 0 #ddd;
}
h2 {
    font: normal 20px sans-serif;
    line-height: 120%;
    color: #1b588d;
    margin: 10px 0 20px 0;
}
h3 {
    font: normal 18px sans-serif;
    line-height: 145%;
    color: #1b588d;
    margin: 0 0 12px 0;
	outline:none;
}
h4 {
    font: bold 16px sans-serif;
    line-height: 145%;
    color: #1b588d;
    margin: 0 0 12px 0;
}
h5 {
    font: normal 14px sans-serif;
    line-height: 125%;
    color: #1b588d;
    margin: 0 0 16px 0;
}
a:link {
    color: #2fb3e8; 
    text-decoration: none;
}
a:visited {
    color: #7bc3ec; 
    text-decoration: none;
}
a:active {
    color: #005186; 
    text-decoration: none;
}
a:hover {  
    color: #005186; 
    text-decoration: none;
}
a.selected {
    color: #005186; 
}