body, tr, td {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
					
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
			
.black {
	color: #333333;	
}

a:link, a:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF; 
}

a:hover {
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	color: #F6A11A;
} 

.b:link, .b:visited {
 	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000; 
}

.b:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;  
}

.c:link, .c:visited {
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	color: #333333;
  	
  	text-decoration: none;
}

.c:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #F6A11A;
	
	text-decoration: none;
}

form {
	margin: 0px;
}

input {
  	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	color: #000000; 
  	
  	border: 1px solid #333333;
  	background-color: #F7F5EE;
}
	  
select {
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	color: #000000; 
  	
  	border: 1px solid #333333;
  	background-color: #F7F5EE;
} 

textarea {  
	font-family: Tahoma;
  	font-size: 11px;
  	font-weight: normal;
  	color: #000000; 
  	
  	border: 1px solid #333333;
  	background-color: #F7F5EE;
} 

.shoppingButton {
    filter:progid:DXImageTransform.Microsoft.Gradient
        (GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#F6A11A')
}