
body {
  margin:0px;
}

body, td, label, input, select, textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#333333;
}

.menu {
  background-image:url(../img/verticalFade.jpg);
  background-repeat:repeat-x;
}

.topLabel {
  font-size:13px;
  font-weight:bold;
}

.topLabel2 {
  background-image:url(../img/bghead.jpg);
  background-repeat:no-repeat;
  font-family:Arial, Helvetica, sans-serif;
  color:#666666;
  font-weight: bold;
  height: 20px;
  padding: 2px 8px;
}

.label {
  font-weight:bold;
}

.error {
  color:#c00;
}

a {
  font-weight:bold;
  color:#466181;
  text-decoration:none;
}

a:hover {
  color: #336699;
  text-decoration:none;
}

a:visited {
  color:#314359;
}


/*******************************/

/*
.sub-headline { 
    font-family: Arial, Helvetica; 
    font-size: 12pt;
    font-weight : bold;
    color : #333333;  
}

.continuous-text { 
    font-family: Arial, Helvetica; 
    font-size: 12pt;
    color : #333333;  
}

.containers-headlines { 
    font-family: Arial, Helvetica; 
    font-size: 9pt;
    font-weight : bold;
    color : #666666;  
}

.containers-error { 
    font-family: Arial, Helvetica; 
    font-size: 9pt;
    color : #FF6600;  
}

.containers-text { 
    font-family: Arial, Helvetica; 
    font-size: 9pt;
    color : #333333; 
}

.list-headlines { 
    font-family: Arial, Helvetica; 
    font-size: 8pt;
    font-weight : bold;
    color : #333333;  
}

.list-text { 
    font-family: Arial, Helvetica; 
    font-size: 8pt;
    color : #333333; 
}

.containers-info { 
    font-family: Arial, Helvetica; 
    font-size: 7pt;
    color : #333333;  
}

.footer-text { 
    font-family: Arial, Helvetica; 
    font-size: 7pt;
    color : #999999;  
}
*/

