h1{
	color: white;
	font-size: 48px;
	font-family: "times new roman", times, serif;
	font-style: italic;
	margin-top: 14px !important;
	font-weight: normal;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

h2{
	color: #fff880;
	font-size: 30px;
	font-family: "times new roman", times, serif;
	font-style: italic;
	margin-top: 0 !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-weight: normal;
}

h3{
	color: #38584d;
	font-size: 16px;
}

ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li{
	list-style: none;
	margin-left: 2px;
	padding-left: 30px;
	background: url(../images/ul_li.gif) 0px 8px no-repeat;
}

.delim{
	font-size: 0;
	overflow: hidden;
	border-top: 1px solid #fff880;
	padding-bottom: 12px;
}

table.prod td{
	background: #cde66d;
	padding: 14px 19px 14px 19px;
	border-right: 1px solid #ffffff;
}

table.prod{
	border: 0 !important;
}

table.prod td.head{
	font-size: 24px;
	font-style: italic;
	color: #314d43;
	border-bottom: 1px solid #bbdc3a;
}

table.prod .dark td{
	background: #b0d22d;
}

p{
	line-height: 1.4em;
}

p.found{
	font-size: 12px;
	margin-bottom: 20px;
}


