body { color: #444; }
a {text-decoration: none;}
a:link {text-decoration: underline;
  color: #0070A0;}
a:visited {text-decoration: underline;
  color: #006090;}
a:hover {text-decoration: underline; 
  color: #006090;}

body {
    font-size: 13px; 
    font-family: Arial, Helvetica, sans-serif;
    background-color: white;
}

th {
    font-size: 13px; 
    font-family: Arial, Helvetica, sans-serif;
}

td {
    font-size: 13px; 
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    font-size: 14px; 
    font-weight: bold;
    color: #cc6600;
    font-family: Arial, Helvetica, sans-serif;
}

.error {
    font-weight: bold; 
    font-size: 13px; 
    color: red;
} 

.required { font-weight: bold; 
}

.clsOr{font-weight: bold; color: #9B9B9B; font-size: 12px;}