@charset "utf-8";
/* CSS Document */
a:visited { color: white; text-decoration: none }
a:link { color: white; text-decoration: none }
a:hover { color: yellow; text-decoration: none }
a:active { color: white; text-decoration: none }
a { text-decoration: none }
body  { color: white; font-family: arial, helvetica, tahoma, verdana; background-color: #002774; text-align: center }
p    { color: white; font-family: arial, helvetica, tahoma, verdana; text-align: center  }
td   { color: white; font-size: 12pt; font-family: arial, helvetica, tahoma, verdana; text-align: center  }
.center { text-align: center }
.t12 { font-size: 12pt }
.t12b { font-weight: bold; font-size: 12pt }
.t14 { font-size: 14pt }
.t16 { font-size: 16pt }
.t22  { font-size: 22pt }
.t8 { font-size: 8pt }
.warning  { color: red; background-color: yellow }
.red  { color: #f00 }
