*, *.*, p {
	margin: 0px;
	padding: 0px;
}
* p {
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px 0px 0px 2em;
}
form {
	margin: 0px;
	padding: 0px;
	display: block;
}
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}
*:focus { 
	outline: none; 
}
table {
	border-collapse: collapse; /* cellspacing="0" */
}
table td {
	vertical-align: top;
	padding: 0px; /* cellspadding="0" */
} 
img, table {
	border: 0px;
}
.block {
	display: block;
}
.pointer {
	cursor: pointer;
}	
.txt_off {
	text-indent: -9999px;
	overflow: hidden; 
	display: block;
}
.a_left {
	text-align: left;
}
.a_right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.f_left, .l_side {
	float: left;
}
img.f_left {
	margin-right: 13px;
}
.f_right, .r_side {
	float: right;
}
.clearer {
	clear: both;
}
.none { 
	display: none !important; 
}
.hidden {
	display: none;
}
.block {
	display: block;
}
.show {
	display: block !important; 
}
.no_bg {
	background: none !important; 
}
.no_margin {
	margin: 0 !important;
}
.no_padding {
	margin: 0 !important;
}
.overflow_fix {
	overflow: hidden;
	text-overflow: ellipsis;
}
.bold {
	font-weight: bold;
}
.i {
	font-style: italic;
}
/* fixed clearing after floating blocks */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}