h1{
	margin-top: 15px !important;
	margin-bottom: 5px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #103763;
	font-size: 21px;
	font-weight: normal;
}

h2{
	margin-top: 0px !important;
	margin-bottom: -5px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #096ba5;
	font-size: 15px;
}

* html h2{
	margin-bottom: -10px !important;
}

h3{
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #096ba5;
	font-size: 13px;
}

* html h3{
	margin-top: -10px !important;
	margin-bottom: -10px !important;
}

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

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

hr{
	color: #103763; background-color: #103763;
	height: 1px;
	overflow: hidden;
	border: 0;
}

* html hr{
	margin-top: -10px;
}

table.prod{

}

table.prod td.head{
	color: #096ba5;
	background: white;
	font-weight: bold;
}

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

table.prod td{
	border-bottom: 1px solid #e1f3ff;
	border-right: 1px solid white;
	padding: 12px 18px 12px 18px;
}

table.prod td.last{
	border-right: none;
}

table.prod td.head{
	padding: 6px 18px 6px 18px;
}