#totalpage, #navigationtable
{
   width: 100%;
   font-family: Verdana;
   font-size: 10pt;
   border-collapse: collapse;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.leftbottomcolumn
{
   text-align: justify;
   font-weight: normal;
   padding-left:20px;
   font-size: 8pt;
}

.rightbottomcolumn
{
   text-align: center;
   padding-top: 10px
}

.bottomlinkheaders
{
   padding-top: 4px;
   font-size: 9pt;
   font-weight: bold;
}

.bottomlink
{
   color: #2EB0D0;
}

.verdana
{
	font-family: Verdana;
}

.8pt
{
	font-size: 8pt;
}

.9pt
{
	font-size: 9pt;
}

.10pt
{
	font-size: 10pt;
}

.14pt
{
	font-size: 14pt;
}

.bold
{
	font-weight: bold;
}

.center
{
	text-align: center;;
}

.justify
{
	text-align: justify;
}

.tdnone
{
   text-decoration: none;
}

.qfgreen
{
	color: #7BC224;
}

.qfbggreen
{
	background-color: #7BC224;
}

.qflightgreen
{
	color: #87F520;
}

.qfbglightgreen
{
	background-color: #87F520;
}

.qfblue
{
	color: #13007B;
}

.qfbgblue
{
	background-color: #13007B;
}

.qflightblue
{
	color: #0033CC;
}

.qfbglightblue
{
	background-color: #0033CC;
}

.qforange
{
	color: #FF7F00;
}

.white
{
	color: #FFFFFF;
}

.black
{
	color: #000000;
}

.navigationcell
{
	text-align: center;
   height: 42px;
}

.hidden
{
   display: none;
}

.visible
{
   display: table-row;
}