
/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-size: 14px;
	font-family: "Helvetica Nue",Arial,"Helvetica","Myriad Pro";
	color: #878787;
}
.fieldtitle{
	font-size: 12px;
	font-weight: bold;
	color: #a5a6a6;
	padding: 0 0 0 3px;
	margin: 5px 0 0 0;
	text-align: left;
}
.fielddata{
	font-size: 12px;
	font-weight: bold;
}
.price{
	color:red;
	font-weight: bold;
}
.smalltext{
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #0297ed;
	text-decoration: none;
}