@import url(http://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900,900italic);

body, table {
font-family: 'Lato', sans-serif;
font-size: 14px;
line-height: 150%;
margin: 0;
color:#525252;
font-weight:400;
letter-spacing: 1px;
}

h1, h2, h3 {
color: #6493b3;
font-size: 20px;
font-family: 'Lato', sans-serif;
margin-top: 0.2em;
font-weight:bold;
letter-spacing: 2px;
text-transform: uppercase;
border:0px;
padding-bottom:8px;
border-bottom: 2px dotted #d9d9d9;
}

h2 {
font-size: 18px;
border:0px;
}

h3 {
font-size: 16px;
border:0px;
text-transform: none;
padding-bottom:0px;
margin-bottom: 1px;
}

a, a:visited { color: #275881; text-decoration: underline; }
a:hover { color: #275881; text-decoration: none; }

a img { border: none }


hr { border:0px; padding-bottom:8px; border-bottom: 2px dotted #d9d9d9; }

i { color: #afafaf; }