/* CSS Document common classes for css */

.panelHeading
{
	font-weight:normal;
	font-size:12px;
	color:#FFFFFF;
	font-style: normal;
	
}
h1.main-heading{
margin:0;


}


.bullet
{
	padding-top:5px;
	background:url(../_images/_site/bullet.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
.panelLine
{	

	background:url(../_images/_site/panelLine.gif);
	background-repeat:repeat-x;
	height:3px;
}

