body{
margin:0;
text-align:center;
font-family:arial;
font-size:9pt;
background-color:#D3D2D1;
}
a{
color:blue;
font-size:10pt;
text-decoration:none;
}

a:hover{
color:blue;
font-size:10pt;
text-decoration:underline;
}

.printonly { 
display:none }
@media print { 

.dontprint { display:none }

.printonly { display:inline 
}
}

td{
font-size:9pt;
}

input{
font-size:9pt;
}

.awhite{color:#FFFFFF}
.header{
color:#FFFFFF;
font-weight: bold;
font-size:11pt;
background-color:#26618D;
text-indent:6pt;
height:24;
}
.header2{

background-color: #FDFDFD;
font-weight:bold;
font-size:10pt;
color: #024C83;
border-bottom:#024C83 solid 1pt;
height:20;
}
.header3{
background-color: #EEFFEE;
font-weight:bold;
font-size:10pt;
color: #1A4A0B;
height:22pt;
}
.cell{
background-color:#FFFFFF;
font-family:arial;
font-size:9pt;
}
.small_msg{
color: #FF0000;
font-family:arial;
font-size:9pt;
}