/* **********************************/
/*	BASIC ELEMENTS					*/
/*	From Baseline Rhythm Calculator 	*/
/*	http://www.topfunky.com/baseline-rhythm-calculator/	*/
/************************************/

body {
	font-size: 16px;
	line-height: 1.125em;
	margin: 0; padding: 0
}
h1 {
	margin: 0;
	font-size: 1.5em;
	line-height: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	margin: 0;
	font-size: 1.375em;
	line-height: 0.8181818181818182em;
	margin-bottom: 0.8181818181818182em;
}
h3 {
	margin: 0;
	font-size: 1.25em;
	line-height: 0.9em;
	margin-bottom: 0.9em;
}
h4 {
	margin: 0;
	font-size: 1.125em;
	line-height: 1em;
	margin-bottom: 1em;
}
p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
}
p.small {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.2857142857142858em;
	margin-bottom: 1.2857142857142858em;
}
table {
	border-collapse: collapse;
	margin-bottom: 1.125em;
}
/*******************************/

.article-img-left {
  float:left;
  padding:5px 15px 5px 0;
  font-weight:bold;
  font-size: 0.833333em;
  line-height: 1.125em;
  text-align:justify;
  width:250px;
}

.article-img-right {
  float:right;
  padding:5px 0 5px 15px;
  font-weight:bold;
  font-size: 0.8333333333333334em;
  line-height: 1.8em;
  text-align:justify;
  width:250px;
}


.prod-list {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	list-style-type: circle;
	background-color: #FFFFCC;
}

.prod-list li {
	line-height:2em;
}

.prod-list td {
	padding:10px;
}

.prod-header {
	text-align:center;
	margin-top:50px;
}

.header-info {
	font-size:1.25em;
}

.img-left {
	margin-left:10px;
}
