	html{
		background: #292833;
		margin: 0;
		padding: 0;
		border: 0;
	}
	A {color: #cc0000;	font-weight:bold; text-decoration : none;}
	A:visited {color: #999999;	text-decoration : none;}

	A:hover {color: #ff0066;}
	.product{
		color: #fff;
		font-size: 12px;
		font-family: Arial;
		line-height: 12px;
		text-align:left; 
		font-weight:bold;
	}
	
	.content{
		color: #fff;
		font-size: 12px;
		font-family: Arial;
		line-height: 18px;
		text-align:left; 
		font-weight:bold;
	}
	
	
	td h2{
		color: #fff;
		font-size: 14px;
		font-family: arial;
		text-align:left; 
		font-weight:bold;
		margin-bottom: 0;
		padding-bottom: 3px; 
	}
	
select.selectContact {font-size: 10px;width:40px;text-align:left;vertical-align: top;}

#order{
	position: 			relative; 
	z-index:			2;
	display:			block; 
	height: 			33px; 
	width:				110px;
	background-image:	url(../images/order.png);
	overflow:			hidden;
	background-position:top;}
	
#order:hover{
		position: 		relative; 
		display: 		block; 
		height: 		33px; 
		width:			110px;
	background-image:	url(../images/order.png);
		background-position:bottom;
		overflow:		hidden;}
