body {  font-family: arial, sans-serif; 
		font-size: .8em; 
		color: #000000; 
		margin: 10px 0px 0px 10px;
	}

table {	font-size: 10pt; }

th	{ text-align: left; } 

#nav { background-color: #DDDDDD; 
	   padding: 10px; 
	   font-weight: bold; 
	   text-decoration: none; 
	   color: #000000; 
	  }
	  
#nav a { font-weight: bold; 
	   		text-decoration: none; 
	   		color: #000000; }
#nav a:visited: { font-weight: bold; 
	   text-decoration: none; 
	   color: #000000; 
	   }


.style5 {color: #FFFFFF; font-size: small; font-weight: bold; }

.padded { padding: 6px; }

table.navbar {
   border-collapse: collapse;
}

table.navbar td {
   border: 1px solid black;
   font-weight: bold; 
   text-align: center; 
   font-size: 8pt;  
   padding-top: 3px;
   background-color: #0256A4;
}

a.link {
	display: block;
	width: 100%;
	height: 100%;
	color: white; 
	text-decoration:none;
}

a.link:hover {
	background-color: white;
	color: #0256A4;
}

a.leftnav { font-weight: bold;
		    text-decoration: none;
		    color: black; 
		  }
		  
.header { width: 100%;
		  border-bottom: 1px solid black;
		  text-align: right;
		 }  
		 
.label { float: left;
		 width: 150px; 
		 font-weight: bold;
		 text-align: right;
		}
		
.navpad { padding-bottom: 5px; padding-top: 5px; }

div.productImg  { float: left; 
				  width: 160px;
				  padding-right: 25px;
				 }

div.productName { float: left; 
				  width: 300px;
				  padding-right: 10px; 
				}

.altRow { background-color: #DDDDDD; }