
body,font,th,td,p  { Font-size: 12; Font-family: Verdana, Arial, Helvetica }

 .pageheader{ Font-size: 16; color: black; text-decoration: none; font-weight: bold; z-index:-999; }
 .pageheaderred{ Font-size: 16; color: red; text-decoration: none; font-weight: bold; z-index:-999; }
 .newsheader{ Font-size: 14; color: white; text-decoration: none; font-weight: bold; z-index:-999; }
 .newsheaderdate{ Font-size: 10; color: #333365; text-decoration: none; font-weight: bold; z-index:-999; }
 .subpageheader{ Font-size: 14; color: black; text-decoration: none; font-weight:normal; z-index:-999; }
 .subpageheaderbold{ Font-size: 14; color: black; text-decoration: none; font-weight: bold; z-index:-999; }
 .layerlist{ Font-size: 10; color: black; text-decoration: none; font-weight: bold; z-index:-999; }
 .newtext{ Font-size: 9; color: #FF0000; text-decoration: none; font-weight: bold; z-index:-999; }
 
body{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
}
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}
