html,body{
	font: 12px Arial;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
h1,h2,h3{
	padding: 0;
	margin: 0;
}
h1 span, h2 span, h3 span{
	display: none;
}
ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.clear{
	clear: both;
}
.hr{
	height: 3px;
	background: url(images/hr.gif) repeat-x;
	clear: both;
}
a{
	/*text-decoration: none;*/
	color: #ed1b24;	
	font-weight: bold;
 }
a:hover{
 	text-decoration: underline;
 }
.seo{
	display: none;
}

