p{margin-top:1px; margin-bottom:1px;}

a img{
	border:none;
}

h1{
	font-size:24px;
	display:inline;
	color: #ae1448;
	line-height:1.2;
}

strong{
	color: #ae1448;
}

h2{
	font-size:13px;
	display:inline;
	color: #8c8c8c;
	text-align:justify;
}

h3{
	font-size:13px;
	display:inline;
	color: #ae1448;
	text-align:justify;
}

.ul{	list-style:square;

}



	
	
	h4{
	color:#666;
	font-family: Arial;
    font-size: 12px;
	}

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

.left{
	float:left;
	padding-right: 10px;
}

.right{
	float:right;
	padding-left: 10px;
}

span{
	color: #ad1248;
}