<!--
     
body { color: #33337D;
     font-weight: normal;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
   }
   
table {
	diplay: none;
	}
td { color: #33337D;
     font-weight: normal;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
   }
   
th { color: #33337D;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
   }
   
h3 { color: #33337D;
     font-size: 12px; 
     font-family: Verdana, Arial, Helvetica;
   }
   
b  { color: #33337D;
     font-weight: bold;
   }
   
body {
     background-color: #ffffff;
     }


     a         {text-decoration: underline; color: #33337D;}
     a:link    {text-decoration: underline; color: #33337D;}
     a:visited {text-decoration: underline; color: #33337D;}
     a:active  {text-decoration: underline; color: #6D6De6;}
     a:hover   {text-decoration: underline; color: #6D6De6;}     

     
.link { color: #33337D;
     font-weight: normal;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
   }
A.link:hover   {text-decoration: none; color: #6D6De6;}

   
.bold_link { 
     color: #33337D;
     font-weight: bold;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
 } 
           
 A.bold_link:hover   {text-decoration: none; color: #6D6De6;}

.small { color: #33337D;
     font-weight: normal;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
   }

.FormButton {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
 }

.FlatField {
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	font-weight: normal;
	color: #33337D;
	background: #FFFFFF;
	border-top: solid 0px #D6D3CE;
	border-right: solid 0px #D6D3CE;
	border-bottom: solid 1px #D6D3CE;
	border-left: solid 0px #D6D3CE;
      }
.fields { color: #33337D;
     font-weight: normal;
     font-size: 9px; 
     font-family: Verdana, Arial, Helvetica;
   }
 
.padded {
 	padding-top: 10px;
 	padding-right: 10px;
 	padding-bottom: 10px;
 	padding-left: 10px;
     	line-height: 120%;
	}

.print {
	position: relative;
	z-index: 100000;
}

.dontprint {
	visibility:hidden;
	display:none;
	z-index: 0;
	color: none;
	background-color: transparent;
	overflow: hidden;
	float: none;
	clear: none;
	border: none;
	left: 0;
	top: 0;
}
.printTable {
	width: 650px;
}
.noprint {
	padding-left: 0px;
}
//->