h1{	
	font-size: 22px;
	padding-top:0px;
	margin-top:-0.4em;
	padding-bottom:0px;
	margin-bottom:10px;
}

h2, h3, h4, h5, h6{
	font-size: 18px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:10px;
}

.padding-content-15{
	padding:15px 15px 15px 15px;
}

.div-box-radius{
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

.bgcolor-grey{
	background-color:#EEEEEE;
}

.cursor{
	cursor:pointer;
}

.red{
	color:#990000;
}
