body  {
	margin-top: 0px;
	margin-left : 0px;
	margin-bottom: 10px;
	background-color : #E5E5E5;
	font-family : sans-serif;
	font-size: 11px;
}
OL  {
	margin-top: 10px;
	margin-left : 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family : sans-serif;
	font-size: 12px;
	list-style-position : outside;
	list-style-type : decimal;
}
UL  {
	margin-top: 10px;
	margin-left : 40px;
	margin-bottom: 10px;
	margin-right: 20px;
	font-family : sans-serif;
	font-size: 12px;
	list-style-position : outside;
	list-style-type : disc;
}
tr, td {
	vertical-align: top;
}
p{
	margin-left: 20px;
	margin-right: 10px;
	font-size: 12px;
}
p.heading {
	color: #FF7854;
	font-size: 13px;
	font-weight: bold;
}
p.company {
	margin-top: 5px;
	text-align : right;
}
p.descr {
	margin: 10px 10px 0px 10px;
	text-align: justify;
	font-size: 12px;
	text-indent : 15px;
}
div.price {
	margin-left: 40px;
	margin-top: 1px;
	margin-bottom:1 px;
	span
}

.company-name {color: #FFFFFF;
		font-size: 20px;
		font-weight: bold;
}
.slogan {color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
}
.buttontext {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
tr.button{
	vertical-align: middle;
	text-align : center;
}
td.button {
	height: 4px;
}

table { border-collapse: collapse;
}
	
td.price-name {
	text-align: left;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-width: 0px 0px 1px 0px;
	border-color: Black;
	border-style: solid;
}

td.price {
	text-align: right;
	padding: 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #550011;
	border-width: 0px 0px 1px 0px;
	border-color: Black;
	border-style: solid;
}
td.sub-lstart{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-width: 0px 0px 0px 0px;
	border-color: Black;
	border-style: solid;
	padding: 5px 0px 0px 0px;
}
td.sub-left{
	text-align: left;
	font-size: 12px;
	color: #000000;
	border-width: 0px 0px 0px 0px;
	border-color: Black;
	border-style: solid;
	padding: 0px 0px;
}
td.sub-right {
	text-align: right;
	padding: 0px 5 px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #550011;
	border-width: 0px 0px 0px 0px;
	border-color: Black;
	border-style: solid;
}
td.sub-lend{
	text-align: left;
	font-size: 12px;
	color: #000000;
	border-width: 0px 0px 1px 0px;
	border-color: Black;
	border-style: solid;
	padding: 0px 0px 5px 0px;
}
td.sub-rend {
	text-align: right;
	padding: 0px 5 px 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #550011;
	border-width: 0px 0px 1px 0px;
	border-color: Black;
	border-style: solid;
}
a, a:link { text-decoration: none; 
	color: #6D7A8D;}
a:active { text-decoration: none; }
a:hover{ text-decoration: none; }
a:visited { color: #8F9FAF }