
/* Various classes */
.centered {text-align:center;}
.hide {display:none;}
.clear {clear:both; visibility:hidden;}


.border-1px { border:1px solid #000000; }

.col-r  { color:#FF0000; } /* red */
.col-b	{ color:#000000; } /* black */
.col-bl	{ color:#0000FF; } /* blue */

.f5		{ font-size:5pt; }
.f6		{ font-size:6pt; }
.f8     { font-size:8pt; }
.f9		{ font-size:9pt; }
.f10    { font-size:10pt; }
.f11	{ font-size:11pt; }
.f12    { font-size:12pt; }
.f14    { font-size:14pt; }
.f15    { font-size:15pt; }
.f16    { font-size:16pt; }
.f18    { font-size:18pt; }
.f24    { font-size:24pt; }

.ffa   { font-family:Verdana, Arial, Helvetica, sans-serif; }
.noticetext { font-family:Verdana, Arial, Helvetica, sans-serif; }
.u	{ text-decoration:underline; }
.b { font-weight: bold; }
.ar { text-align:right; }
.al { text-align:left; }
.vt { vertical-align:top; }


.bgcol-g1       { background-color : #DCDCDC; }
.bgcol-g2       { background-color : #eeeeee; }
.bgcol-g3       { background-color : #dddddd; }
.bgcol-g4       { background-color : #cccccc; }
.bgcol-g5       { background-color : #A0A0A0; }
.bgcol-g6       { background-color : #808080; }
.bgcol-g7       { background-color : #666666; }
.bgcol-52596B   { background-color : #52596B; } /* gray */
.bgcol-w        { background-color : #FFFFFF; }
.bgcol-y        { background-color : #FFFF00; } /* yellow */
.bgcol-y2       { background-color : #FFFF33; }
.bgcol-y3       { background-color : #FFFF66; }
.bgcol-3A6EA5   { background-color : #3A6EA5; }
.bgcol-b        { background-color : #000000; } /* black */
.bgcol-bl       { background-color : #0000FF; } /* blue */
.bgcol-r	{ background-color : #CC0033; }