body { background: #fff; 
		   margin: 0px 0; } 
		   
td { font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; } 
	
ul { list-style-type: none;
	 padding: 0;
	 margin: 0; }
	
li { font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	     font-size : 12px; 
		 color : #BE4C01; 
		 font-weight : normal;
		 background-image: url(../images/list_bullet.gif);
		 background-repeat: no-repeat;
		 background-position: 0 .6em;
		 padding-left: .6em; 
		 margin-top: 0; } 
		 
li.triangle { font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	     font-size : 12px; 
		 color : #BE4C01; 
		 font-weight : normal;
		 background-image: url(../images/list_bullet_triangle.gif);
		 background-repeat: no-repeat;
		 background-position: 0 .4em;
		 padding-left: .8em; 
		 padding-bottom: .3em;} 
		 
li.normal { font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	     font-size : 12px; 
		 color : #666666; 
		 font-weight : normal;
		 padding-left: .8em; 
		 padding-bottom: .3em;} 
		 
li.gray { font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
	     font-size : 11px; 
		 color : #666666; 
		 font-weight : normal;
		 line-height : 15px; 
		 background-image: url(../images/list_bullet_gray.gif);
		 background-repeat: no-repeat;
		 background-position: 0 .6em;
		 padding-left: .8em; 
		 margin-top: 0; } 


.nav { color : #BE4C01; 
	   font-size : 11px; 
	   font-weight : normal; 
	   text-decoration: none; 
	   line-height : 15px; }
			 
a.nav:link {
			font-size: 11px;
			font-weight: normal;
			color: #BE4C01;
			text-decoration: none; 
			line-height : 15px; }
			
a.nav:visited {
			font-size: 11px;
			font-weight: normal;
			color: #BE4C01;
			text-decoration: none; 
			line-height : 15px; }
			
a.nav:hover {
			text-decoration: underline; }
			
.copy { color : #666666; 
	         font-size : 11px; 
			 font-weight : normal; 
			 line-height : 13px; }
			 
a.copy:link {
			font-size: 11px;
			font-weight: normal;
			color: #BE4C01;
			text-decoration: none; }
			
.copybold { color : #666666; 
	         font-size : 12px; 
			 font-weight : bold; 
			 line-height : 15px; }
			
a.copy:visited {
			font-size: 11px;
			font-weight: normal;
			color: #BE4C01;
			text-decoration: none; }
			
a.copy:hover {
			text-decoration: underline; }
			
.footer { color : #97918B; 
	      font-size : 9px; 
		  font-weight : normal; 
		  line-height : 10px; }
		  
.clientname { color : #006699; 
	      font-size : 11px; 
		  font-weight : bold; 
		  line-height : 15px; }
		  
.count { color : #BE4C01; 
	         font-size : 13px; 
			 font-weight : bold; 
			 text-decoration: none; }

.error {
  color: red;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
}

.micetype {
  font-family : Arial, Verdana, Georgia, Helvetica, sans-serif; 
  color : #666666;
  font-size: 6px;
  font-weight: normal;
  font-style: italic;  
}
