li { padding: 5px 0px;}

.nav { list-style: none; text-align: center; padding: 0px }
.nav li { border: 1px solid #555; padding: 5px; background-color: #aaa; margin: 5px }
.nav a { color: #fff } 

body {
   margin: 0px;
   width: 100%;
  color: #444;
  background-color: #fff;
  padding: 0px;
  font-family:Helvetica, Arial, Verdana, sans-serif;
}

a { color: #3063AF; color: #2440AF; text-decoration: none ;}
a:hover { text-decoration: underline }
a.extern { background-image: url( /static/images/icons/externLink12.png ); background-position: right; background-repeat: no-repeat; padding-right: 16px; }

h1 {
   color: #333333;
  font-size: 22px;
}
h1 a { color: #333; }
img { border: none; }

a { font-size: 20px }
table { width: 100%; border-collapse: collapse; border-top: 1px solid #555; margin: 10px 0px}
td, th { border-bottom: 1px solid #555;   }
td img { margin-right: 5px; }




#head img {
position: relative;
width: 120px;
}

#head {
width: 100%;
  height: 60px;
background-image: url( /static/images/v2/headerBG.png );
background-repeat: repeat-x; 
background-color: #101214;
}

#content { padding: 5px;}
