
body {
	margin: 0 0 0 0;
	font-family: arial,helvetica,verdana;
	background-image:url(images/bg.jpg);
}

table {

	font-size: 13px;
}

h1 {
	font-size: 19px;
	color: #FF66CC;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #F5046B;
	margin: 0px;
}

hr {

	margin-bottom: 15px;
}

input {
	font-face: arial,helvetica,verdana;
	font-size: 10px;
	font-weight: bold;
}

a:link {
	color: #F5046B;
	text-decoration: none;
}

a:visited {
	color: #F5046B;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;

}

a:active {
	color: #ffffff;
	text-decoration: underline;
}


.product-table {

	border-top: hidden;
}

.product-table tr {

	padding-bottom: 5px;
}

.product-table img {

	border: 1px solid;
	margin-right: 12px;
}



.location-table {

	padding: 0px;
	margin: 0px;
}

.location-table tr {

	vertical-align: top;
}


.location-table td {
	
	padding: 0px;
	padding-bottom: 12px;
}

.ct {

	font-size: 14px;
}

hr { color:#FF66CC; height:2px }

