/*

    CSBolterauer CSS
    
    ..we need to find a better way not to re-invent the weel each time 
    we try to create new things.

html, body{
    font-family : Helvetica,arial,sans-serif;
    color: rgb(60, 60, 60);
} 

*/



a {
  color: #6392AC;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #79AC65;
  text-decoration: none;
  border-bottom: 1px dotted #79AC65;

}

.menu_text{
    color: rgb(71, 71, 71);
    font-family: "Times New Roman";
    font-size: 10pt;
}


img { 
  border: 0;
}

form {
  margin: 0;
  padding: 0;
}


#header {
  text-align: right;
  padding: 20px 25px 30px 0;
}  

#header img {
  border: 0;
}

#header a {
  border: 0;
}

#copyright {
  background-color: #F6F8F7;
  border-top: solid #eee 1px;
  border-bottom: solid #999 1px;
  font-size: 10px;
  padding: 1px 30px;
  color: #999;
}


span.quiet {
  display: none;
}

