BODY {
 font-family: arial, sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 12pt;
 background-color: rgb(224,224,224);
 color: rgb(0,0,0);
 text-align: center;
}
TABLE {
 display: table;
 table-layout: fixed;
 border-collapse: collapse;
 empty-cells: show;
 padding: 0px;
 border-spacing: 0px;
 border: 0px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 0px;
 margin-bottom: 0px;
}
TR {
 padding: 0px;
 border: 0px;
 margin: 0px;
 vertical-align: top;
}
TD {
 font-family: arial, sans-serif;
 font-style: normal;
 font-variant: normal;
 font-weight: normal;
 font-size: 12pt;
 color: rgb(0,0,0);
 text-align: center;
 padding: 0px;
 border-spacing: 0px;
 border: 0px;
 margin: 0px;
}
IMG {
 border: 0px;
}
A:link {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0,0,192);
}
A:visited {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0,0,192);
}
A:hover {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0,160,64);
}
A:active {
 text-decoration: none;
 text-transform: none;
 font-style: normal;
 font-weight: normal;
 color: rgb(0,160,64);
}
STRONG {
 color: rgb(51,51,255);
}
