body  {
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #21335F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4C4C4C;
}
A:hover {
color:#50789D;
text-decoration:underline;
text-transform:none;
font-style:normal;
}

A:link {
color:#50789D;
text-decoration:underline;
text-transform:none;
font-style:normal;
}

A:active {
color:#FF0000;
text-decoration:underline;
text-transform:none;
font-style:normal;
}

A:visited {
color:#3C5975;
text-decoration:underline;
text-transform:none;
font-style:normal;
}

mainTable {
	width:945px;
	table-layout:fixed;
	}
	
insideTable {
	width:648px;
	table-layout:fixed;
	}
	
rightTable {
	widows:201px;
	table-layout:fixed;
	}
	
rightINSIDEtable {
	width:144px;
	table-layout:fixed;
	}
	
rightImage A:hover {
text-decoration:none;
text-transform:none;
}

rightImage A:link {
text-decoration:none;
text-transform:none;
}

rightImage A:active {
text-decoration:none;
text-transform:none;
}

rightImage A:visited {
text-decoration:none;
text-transform:none;
}

input
{
color:;
background:none
border-bottom:none:
}

.submit input
{
background:none;
} 



.prodhead {
	color: #50789D;
	font-size: 16px;
	font-weight: bold;
}

.subtotal {
	color: #50789D;
	font-size: 10px;
}

.price {
	color: #50789D;
	font-size: 26px;
	font-weight:bold;
}

.itemlisting {
	color: #50789D;
	font-size: 13px;
}