.border{
	border:1px solid black;
}

.no-style,
.no-style:link,
.no-style:hover,
.no-style:focus,
.no-style:visited,
.no-style:active{
	color:inherit;
	text-decoration:none;
}

.full-w{
	width:100%;
}

.pd-0{
	padding:0px;
}
.pd-10{
	padding:10px;
}
.pd-20{
	padding:20px;
}
.pd-30{
	padding:30px;
}

.pd-rt-10{
	padding-right:10px;
}

.inline{
	display:inline;
}
.inblock{
	display:inline-block;
}

.mg-0{
	margin-left: 0px;
	margin-right: 0px;
}

.mg-v-0{
	margin-top:0px;
	margin-bottom:0px;
}

.mg-10{
	margin:10px;
}

.mg-20{
	margin:20px;
}

.mg-30{
	margin:30px;
}

.text-justify{
	text-align: justify;
}

.bold{
	font-weight: bold;
}

.normal{
	font-weight: normal;
}

.italic{
	font-style: italic;
}

.underline{
	text-decoration:underline;
}
.fw-500{
	font-weight: 500;
}

.fw-600{
	font-weight: 600;
}

.fw-700{
	font-weight: 700;
}
.fw-800{
	font-weight: 800;
}

.img-center{
	margin-left: auto;
	margin-right: auto;
}
.img-left{
	margin-left:0;
	margin-right: auto;
}
.img-right{
	margin-left: auto;
	margin-right:0;
}

.mg-tp-0{
	margin-top:0px;
}
.mg-tp-5{
	margin-top:5px;
}
.mg-tp-10{
	margin-top:10px;
}
.mg-tp-15{
	margin-top:15px;
}
.mg-tp-20{
	margin-top:20px;
}
.mg-tp-30{
	margin-top:30px;
}
.mg-tp-40{
	margin-top:40px;
}

.mg-tp-50{
	margin-top:50px;
}
.mg-tp-60{
	margin-top:60px;
}
.mg-tp-70{
	margin-top:70px;
}
.mg-tp-80{
	margin-top:80px;
}
.mg-tp-90{
	margin-top:90px;
}
.mg-tp-100{
	margin-top:100px;
}

.mg-tp-150{
	margin-top:150px;
}

.mg-bt-0{
	margin-bottom: 0px;
}

.mg-bt-5{
	margin-bottom: 5px;
}

.mg-bt-10{
	margin-bottom:10px;
}

.mg-bt-20{
	margin-bottom: 20px;
}
.mg-bt-30{
	margin-bottom: 30px;
}
.mg-bt-40{
	margin-bottom: 40px;
}
.mg-bt-50{
	margin-bottom: 50px;
}
.mg-bt-100{
	margin-bottom: 100px;
}
.mg-bt-150{
	margin-bottom: 150px;
}

.mg-lt-auto{
	margin-left: auto;
}

.mg-lt-5{
	margin-left:5px;
}
.mg-lt-10{
	margin-left:10px;
}
.mg-lt-20{
	margin-left:20px;
}
.mg-lt-40{
	margin-left:40px;
}
.mg-lt-50{
	margin-left:50px;
}
.mg-lt-60{
	margin-left:60px;
}

.mg-rt-0{
	margin-right: 0px;
}
.mg-rt-5{
	margin-right: 5px;
}

.mg-rt-10{
	margin-right:10px;
}
.mg-rt-20{
	margin-right:20px;
}
.mg-rt-30{
	margin-right:30px;
}
.mg-rt-40{
	margin-right:40px;
}
.mg-rt-50{
	margin-right:50px;
}
.pd-rt-20{
	padding-right:20px;
}
.pd-rt-30{
	padding-right:30px;
}
.pd-rt-50{
	padding-right:50px;
}

.pd-lt-50{
	padding-left:50px;
}

.mg-auto{
	margin-right:auto;
	margin-left:auto;
}

.block{
	display:block;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.clear{
	clear:both;
}

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.fixed{
	position:fixed;
}

.bottom-0{
	bottom:0px;
}
.w-100{
	width:100%;
}
.w-70{
	width:70%;
}
.w-50{
	width:50%;
}
.w-25{
	width:25%;
}
.w-10{
	width:10%;
}

.min-h-100{
	min-height: 100px;
}

.min-h-150{
	min-height: 150px;
}

.min-h-200{
	min-height: 200px;
}

.min-h-250{
	min-height: 250px;
}

.min-h-300{
	min-height: 300px;
}

.sz_0-8{
	font-size: 0.8em;
}

.sz_1{
	font-size: 1em;
}
.sz_1-2{
	font-size: 1.2em;
}
.sz_1-4{
	font-size: 1.4em;
}
.sz_1-6{
	font-size: 1.6em;
}
.sz_1-8{
	font-size: 1.8em;
}
.sz_2{
	font-size: 2em;
}
.sz_2-2{
	font-size: 2.2em;
}
.sz_2-4{
	font-size: 2.4em;
}
.sz_2-6{
	font-size: 2.6em;
}
.sz_2-8{
	font-size: 2.8em;
}
.sz_3{
	font-size: 3em;
}
.sz_3-2{
	font-size: 3.2em;
}
.sz_3-4{
	font-size: 3.4em;
}
.sz_3-6{
	font-size: 3.6em;
}
.sz_3-8{
	font-size: 3.8em;
}
.sz_4{
	font-size: 4em;
}
.sz_4-2{
	font-size: 4.2em;
}
.sz_4-4{
	font-size: 4.4em;
}
.sz_4-6{
	font-size: 4.6em;
}
.sz_4-8{
	font-size: 4.8em;
}

.upper{
	text-transform: uppercase;
}


.no-text-decoration,
.no-text-decoration:link,
.no-text-decoration:hover,
.no-text-decoration:focus,
.no-text-decoration:visited,
.no-text-decoration:active{
	text-decoration:none;
}