body {
    margin:0px;
}
#headerTable {
    background: #fff;
}
#headerTable td {
    height: 100px;
    border-bottom: solid 1px #222;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: arial;
    text-align: center;
}
#topTable {
    border: dashed 1px #ccc;
    background-color: #eee;
}
#topTable td {
    color: #001491;
    font-family: arial;
    font-size: 12px;
}
#topTable td.error {
    color: #f00;
}
#hr {
    border: dashed 1px #ccc;
}
#footerTable td {
    color: #001491;
    font-family: arial;
    font-size: 10px;
    text-align: center;
}
.big {
    font-size: 16px;
}
.style1 {
	color: #001491;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
}
.style4 {
    color: #001491;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
}