@charset "utf-8";
/* CSS Document */

body{
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 color:#353535;
 font-weight:normal;
 background-color:#333333;
 overflow:auto;
 }
.nav{
font-size: 10px;
font-weight:bold;
color:#eae9e9;
text-decoration:none;
}
.nav:hover{
font-size: 10px;
font-weight:bold;
color:#E6491E;
text-decoration:none;
}
.current{
font-size: 10px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
.copyright{
font-size:10px;
color:#ababab;
}
.heading{
 font-size:18px;
 color:#1e1e1e;
 font-stretch:expanded;
 font-weight:bold;
 }
.email{
font-size: 11px;
font-weight:normal;
color:#353535;
text-decoration:underline;
}
.email:hover{
font-size: 11px;
font-weight:normal;
color:#d20303;
text-decoration:none;
}