BODY
{
  font-size: 8pt;
  color: black;
  background: #e8effc;
}

TD {
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        FONT-STYLE: normal;   
        FONT-WEIGHT: normal;  
}
TD.small {
        FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        FONT-SIZE: 8pt;
}
.color1 {
        color: white;
        background: #02235b;
}
.color2 {
        color: black;
        background: #e8effc;
}
.color3 {
        color: blue;
        background: #ffffff;
}
STRONG { 
       text-transform: uppercase;
}
A:LINK {
	color: #ffffff;
        background: #02235b;
	font-weight: bold;
	text-decoration: none;
}
A:ACTIVE {
	color: #ffffff;
        background: #02235b;
	font-weight: bold;
	text-decoration: none;
}
A:VISITED {
	color: #ffffff;
        background: #02235b;
	font-weight: bold;
	text-decoration: none;
}
A:HOVER {
	color: #559CD7;
        background: #02235b;
	font-weight: bold;
	text-decoration: underline;
}
A.home:LINK {
	color: #000000;
        background: #ffffff;
	font-weight: bold;
        font-size: 8pt;
	text-decoration: none;
}
A.home:ACTIVE {
	color: #000000;
        background: #ffffff;
	font-weight: bold;
        font-size: 8pt;
	text-decoration: none;
}
A.home:VISITED {
	color: #000000;
        background: #ffffff;
	font-weight: bold;
        font-size: 8pt;
	text-decoration: none;
}
A.home:HOVER {
	color: #559CD7;
        background: #ffffff;
	font-weight: bold;
        font-size: 8pt;
	text-decoration: underline;
}
