/* CSS Document */

/***********************body styles*************************/

body {
	padding:0px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.header { 
font-size: 16px;
line-height: 18px;
margin-top: 0px; 
padding-top: 8px;
color:#151515; 
}
p {
margin-top: 5px;
margin-bottom: 14px;
	}
.text {
font-size: 12px;
color: #323232;
}
.text a {
	font-size: 12px;
	font-weight: bold;
	color: #339; 
	text-decoration: none;
	}
.text a:hover {
	font-size: 12px; 
	font-weight: bold;
	color: #399; 
	text-decoration: underline;
	}
.price {
font-size: 11px;
color: #666666;
padding-left: 4px;
padding-top: 5px;
padding-bottom: 5px;
}
.description {
	font-size:12px;
	color: #212121;
}

