h1{
	color: #00005b;
	font-size: 22px;
	font-weight: normal;
}

* html h1.nobread{
	margin-top: 15px;
}

h2{
	color:#193994;
	font-size: 16px;
	font-weight: normal;
	margin-top: -6px;
}

h3{
	color: #d53c00;
	font-size: 16px;
	font-weight: normal;
	margin-top: 25px;
}

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

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

.content .delim{
	height: 0;
	overflow: hidden;
	font-size: 0;
	border-top: 1px solid white;
	border-bottom: 1px solid #989898;
}

p{
	line-height: 1.3em;
}

table.prod{
	
}

table.prod td{
	vertical-align: top;
	border: 1px solid #808b9d;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background: white;
}

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

table.prod td.head{
	color: #cdd6ef;
	font-weight: bold;
	background: #5c6471;
}

* html p{
	margin-bottom: 0px;
	padding-bottom: 0;
 	margin-top: 10px;
	padding-top: 0;
}