body {
    font-family:Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-style:normal;
    background-color:#FFFFFF;
    text-align: center;
    margin: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    background-color:#EBEBEB;
    font-style: bold;
    font-size: 11pt;
    padding: 8px 8px 8px 8px;
    text-align: center;
}
		    
a:link {
    text-decoration:none;
}

a:visited {
     text-decoration:none;
}

a:hover, a:active {
    text-decoration: underline;
}

textarea, input {
	font-family: Arial,Helvetica,sans-serif;
	color: #000000 ;
}

td {
    font-size: 9.5pt ;
    color: #000000 ;
    background-color:#FFFFFF;
}
   
td.MainTD { 
    background-color:#EBEBEB;
}
   
td.NormalText {
    background-color:#FFFFFF;
}
 
td.HeaderText {
    background-color:#EBEBEB; 
}

font.Error {
    background-color:#FFFFFF;
    color: red; 
}

