.xxlrg  {
	font-size : xx-large;
}

.xlrg  {
	font-size : x-large;
}

.lrg  {
	font-size : large;
}

.med  {
	font-size : medium;
}

.sml  {
	font-size : small;
}

.xsml  {
	font-size : x-small;
}

.xxsml  {
	font-size : xx-small;
}

.larger  {}

.smaller  {}

.arial  {
	font-family : Arial;
}

.u  {
	text-decoration : underline;
}

.i  {
	font-style : italic;
}

.tab  {
	text-indent : 2em;
}

.green  {
	font-weight : bold;
	color : Green;
	font-size : 18pt;
	text-align : center;
}

.arial8  {
	font-size : 8pt;
	font-family : arial;
}

.arial10  {
	font-size : 10pt;
	font-family : arial;
}

.cr  {
	font-size : xx-small;
	font-family : Arial, Helvetica;
	font-weight : normal;
}

.bnav  {
	font-family : Arial, Helvetica;
	font-size : xx-small;
	font-weight : bold;
}

TABLE.cr {
	{
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 18px
}
	 
TR.header {
  background: #FFFFFF;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:visited { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #00ffff;
  font-style: normal;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #339933;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #339933;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}
