@charset "utf-8";
/* CSS Document */
a {
text-decoration:none;
height:15px;
padding-left:0px;
padding-right:0px;
background-repeat:no-repeat;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:400;
color:#000;

}

a:hover {
color:#0498df;
text-decoration:underline;
}

a.nav {
text-decoration:none;
height:15px;
padding-left:10px;
padding-right:10px;
background-repeat:no-repeat;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:400;
background-image:url(images/back.gif); 
color:#f0f0ef;

}

a.nav:hover {
color:#0498df;
text-decoration:underline;
}

a.mail {
text-decoration:none;

background-repeat:no-repeat;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:400; 
color:#2e8abc;

}

a.mail:hover {
color:#0498df;
text-decoration:underline;
}


body { color: #333; font-size: 12px; font-family: sans-serif; font-variant: normal; line-height: 14px; background-color:#022836;  }

h1 { color: #333; font-size: 12px; font-family: sans-serif; font-weight: blod; line-height: 14px; }

