table.alerts
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #ffffff solid;
border-collapse: collapse;
border-spacing: 0px;}


.alertHd 
{ border-bottom: 2px solid #ffffff;
background-color: #e8e7df;
height: 35px;
text-align: left;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;}

.alertHd  h4
{
padding:12px 0 10px 19px;
}


.alertBod p
{ text-align: center;
font-family: Verdana, sans-serif, Arial;
font-weight: bold;
font-size: 10px;
line-height: 12px;
margin-top: 5px;
margin-bottom: 5px;
color: #404040;
background-color: #fafafa;
} 