.s08               { font-size:  8pt; }
.s10               { font-size: 10pt; }
.s11               { font-size: 11pt; }
.s115              { font-size: 11.5pt; }
.s12               { font-size: 12pt; }
.s13               { font-size: 13pt; }
.s14               { font-size: 14pt; }
.s15               { font-size: 15pt; }
.s16               { font-size: 16pt; }
.s18               { font-size: 18pt; }
.s24               { font-size: 24pt; }

.black             { color: #000; }
.cyan              { color: #099; }
.gold              { color: #c60; }
.green             { color: #0c3; }
.red               { color: #c00000; }
.white             { color: #fff; }

.head              { color: #c00000; font-size: 15pt; }

a:link             { color: #00f; text-decoration: underline; }
a:active           { color: #00f; text-decoration: underline; }
a:visited          { color: #00f; text-decoration: underline; }
a:hover            { color: #00f; text-decoration: underline; }

body {
 font-family: 'trebuchet ms', arial;
 padding: 0px;
 margin: 0px;
 background-color: #fff;
 color: #808080;
 font-size: 12pt;
 min-width: 300px;
 text-align: center;
}

div.main {
 width: 95%
 min-height: 240px;
 padding: 10px;
 margin: 0 auto;
 text-align: center;
}

div.foot {
 padding: 10px;
 padding-top: 0px;
 color: #900;
 width: 95%
 height: 70px;
 margin: 0 auto;
 font-size: 7.5pt;
}

div.links {
 width: 95%
 height: 70px;
}

table {
 font-size: 12pt;
}
