
div.hr_mainp {
	height: 9px;
	background: url(../images/grad_line.gif) repeat-x;
	margin:7px 0;
}

* html div.hr_mainp {
	margin:5px 0 7px 0;
}

div.hr_main {
	margin:0;
	height: 1px;
	
	color: #909294;
	background: #909294;
	overflow: hidden;
	margin:7px 0;
}

* html div.hr_main {
	margin:5px 0 7px 0;
}

div.hr_costs {
	height: 1px;
	color: #dddddd;
	background: #dddddd;
	overflow: hidden;
	margin: 0px;
}

* html div.hr_costs {
	margin:0px;
}

div.hr_grey {
	height: 1px;
	color: #bababa;
	background: #bababa;
	overflow: hidden;
	margin: 0px;
}

* html div.hr_grey {
	margin:0px;
}

div.hr_news {
	height: 1px;
	color: #bababa;
	background: #bababa;
	overflow: hidden;
	margin: 20px 0;
}

* html div.hr_news {
	margin: 20px 0;
}

div.hr_generic {
	height: 1px;
	color: #bababa;
	background: #bababa;
	overflow: hidden;
	margin: 10px 0;
}

* html div.hr_generic {
	margin: 10px 0;
}



div.hr_main hr,
div.hr_mainp hr,
div.hr_costs hr,
div.hr_news hr,
div.hr_generic hr, 
div.hr_grey hr {
	display: none;
}

