/* file: style.css */

body {
font-family: Arial, Bookmaker, Helvetica;
background-color: "#d4eef1";
}

table {
background-color: "#d4eef1";
font-family: Arial, Bookmaker, Helvetica;
padding: 0px;
border-width: 0;
vertical-align: top;
}

td {
font-family: Arial, Bookmaker, Helvetica;
font-size: 12px;
vertical-align: top;
}

td.align {
font-family: Arial, Bookmaker, Helvetica;
font-size: 12px;
text-align: justify;
vertical-align: top;
}

td.small {
font-family: Arial, Bookmaker, Helvetica;
font-size: 11px;
font-weight: bold;
}

th {
font-family: Arial, Bookmaker, Helvetica;
font-size: 13px;
font-weight: bold;
text-align: left;
color: darkred;
}

th.white {
font-family: Arial, Bookmaker, Helvetica;
font-size: 13px;
font-weight: bold;
text-align: center;
color: white;
}

a:link {
font-family: Arial, Bookmaker, Helvetica;
color:darkblue; font-weight:bold;
}

a:visited {
font-family: Arial, Bookmaker, Helvetica;
color:darkblue; font-weight:bold;
}

a:active {
font-family: Arial, Bookmaker, Helvetica;
color:#0000FF;
font-style:italic;
}


