.neutralColorWhite { 
background-color:#FFFFFF;
}

h1 {
font-family:  Helvetica, Arial, sans-serif;
}

.standardtext, body, form, p, ol, ul, li, em, sup, sub, table, tr, th, td {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.0em;
line-height: 1.2em;
color: #333333;
}

body.login {
background-color: #005EA8;
margin-top: 30px;
}

h1.login {
font-weight: bold;
font-size: 1.2em;
line-height: 1.2em;
margin-bottom: 1px;
margin-top: 10px;
}

td.login {
font-size: 0.8em;
line-height: 0.9em;
font-weight: bold;
}

p.nologin {
font-size: 0.9em;
line-height: 1.0em;
}

p.copyr {
color: #005EA8;
font-weight: bold;
font-size: 0.7em;
line-height: 0.7em;
margin-bottom: 0px;
}

p.error {
color: #CC051C;
font-weight: bold;
font-size: 0.9em;
line-height: 1.0em;
}

a:link {
  color: #005EA8;
  text-decoration: underline;
}

a:visited {
  color: #333333;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  color : #CC051C;
  text-decoration: underline;
}
