/* 
===================================
 Container Styles for XDIN website
===================================
*/   


.containerMainDiv
{
	text-align: left;
}



.ruler
{
	padding: 2px 0;
	background: transparent url(img/ruler.gif) repeat-x left center;
}

.containerMainDiv div.hr,
.containerMainDiv hr
{

	padding: 2px 0;
	background: transparent url(img/ruler.gif) repeat-x left center;
	border:none;
	#border-bottom: dashed 2px #000000;
	margin-bottom: 2px;
	height: 4pt;
	#height:0px;


/*
	color: #696969;
	height: 1pt;
	text-align: left;
*/

}

div.hr hr {
  _display: none;
}



