/* CSS reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
}
table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}
input {
	border: 1px solid #b0b0b0;
	padding: 3px 5px 4px;
	color: #979797;
	width: 190px;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul li, ol li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a img {
	border: 0;
}
img {
	vertical-align: bottom;
}


/* clearfix */
.clfix:after {
  	content: "."; 
  	display: block; 
  	height: 0; 
  	clear: both; 
  	visibility: hidden;
}
.clfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clfix {
	height: 1%;
}
.clfix {
	display: block;
}
/* End hide from IE-mac */


/* margin */
.decMB5{margin-bottom:5px;}
.decMB10{margin-bottom:10px;}
.decMB15{margin-bottom:15px;}
.decMB20{margin-bottom:20px;}
.decMB25{margin-bottom:25px;}
.decMB30{margin-bottom:30px;}
.decMB35{margin-bottom:35px;}
.decMB40{margin-bottom:40px;}
.decMB50{margin-bottom:50px;}
.decMB60{margin-bottom:60px;}
.decMB70{margin-bottom:70px;}
.decMB80{margin-bottom:80px;}
.decMB90{margin-bottom:90px;}
.decMB100{margin-bottom:100px;}


.decTP5{margin-top:5px;}
.decTP10{margin-top:10px;}
.decTP15{margin-top:15px;}
.decTP20{margin-top:20px;}
.decTP25{margin-top:25px;}
.decTP30{margin-top:30px;}
.decTP35{margin-top:35px;}
.decTP40{margin-top:40px;}
.decTP50{margin-top:50px;}
.decTP60{margin-top:60px;}
.decTP70{margin-top:70px;}
.decTP80{margin-top:80px;}
.decTP90{margin-top:90px;}
.decTP100{margin-top:100px;}
.decTP120{margin-top:120px;}
.decTP150{margin-top:150px;}
.decTP160{margin-top:160px;}
.decTP180{margin-top:180px;}