/* CSS Document */
A:link {
	color: #003366; font-family:arial, verdana, helvetica, sans-serif;}
A:visited {
	color: #003399; font-family:arial, verdana, helvetica, sans-serif;}
A:active {
	color: #0000ff; font-family:arial, verdana, helvetica, sans-serif;}
A:hover {
	color: #0000ff; font-family:arial, verdana, helvetica, sans-serif;}

div#banlink {
  font-family : verdana, sans-serif;
  text-decoration : none;
  font-weight : bold;
  color : white;
}
div#banlink a {
  font-family : verdana, sans-serif;
  text-decoration : none;
  font-weight : bold;
  color : white;
}
div#banlink a:hover {
  font-family : verdana, sans-serif;
  text-decoration : none;
  font-weight : bold;
  color : white;
}
div#banlink a span {
  font-family : verdana, sans-serif;
  text-decoration : none;
  display : none;
  font-weight : bold;
  color : white;
}
div#banlink a:hover span {
  font-family : verdana, sans-serif;
  text-decoration : none;
  font-weight : bold;
  color : white;
}

.blue {color:#0000ff;}
.white {color:#ffffff;}
.navy {color:#000033;}
.black {color:#000000;}
.red {color:#ff0033}
.orange{color:#ff9933;}
.bluebk {background-color:#0000ff;}
.whitebk {background-color:#ffffff;color:#000000;}
.navybk {background-color:#000033;color:#ffffff;}
.blackbk {background-color:#000000;color:#ffffff;}
.redbk {background-color:#ff0033;color:#ffffff;}
.orangebk{background-color:#ff9933;color:#ffffff;}
.greybk{background-color:#e0e0e0;color:#000000;}
.mdblue {color:#003399;}
.mdbluebk {background-color:#003399;color: White;}
.cell{
	font-size : 1px;}

.banlink {
	color : White;
	font-size : 9px;
	font-weight : bold;
	font-family : verdana, sans-serif;
}
