@charset "UTF-8";
/* NAVIGATIONS */
.Hmenu{
	list-style-type:none;
}
.Hmenu li{
	float:left;
}
.Vmenu{
	list-style-type:none;
}
/* END NAVIGATIONS*/

/* SHORT MARGIN 5 10 15 */
	.m5{
		margin:5px !important;
	}
	.m10{
		margin:10px !important;
	}
	.m15{
		margin:15px !important;
	}
	.ml5{
		margin-left:5px !important;
	}
	.ml10{
		margin-left:10px !important;
	}
	.ml15{
		margin-left:15px !important;
	}
	.mr5{
		margin-right:5px !important;
	}
	.mr10{
		margin-right:10px !important;
	}
	.mr15{
		margin-right:15px !important;
	}
	.mt5{
		margin-top:5px !important;
	}
	.mt10{
		margin-top:10px !important;
	}
	.mt15{
		margin-top:15px !important;
	}
	.mb5{
		margin-bottom:5px !important;
	}
	.mb10{
		margin-bottom:10px !important;
	}
	.mb15{
		margin-bottom:15px !important;
	}


	.m-5{
		margin:-5px !important;
	}
	.m-10{
		margin:-10px !important;
	}
	.m-15{
		margin:-15px !important;
	}
	.ml-5{
		margin-left:-5px !important;
	}
	.ml-10{
		margin-left:-10px !important;
	}
	.ml-15{
		margin-left:-15px !important;
	}
	.mr-5{
		margin-right:-5px !important;
	}
	.mr-10{
		margin-right:-10px !important;
	}
	.mr-15{
		margin-right:-15px !important;
	}
	.mt-5{
		margin-top:-5px !important;
	}
	.mt-10{
		margin-top:-10px !important;
	}
	.mt-15{
		margin-top:-15px !important;
	}
	.mb-5{
		margin-bottom:-5px !important;
	}
	.mb-10{
		margin-bottom:-10px !important;
	}
	.mb-15{
		margin-bottom:-15px !important;
	}



/* END SHORT MARGIN 5 10 15 */

/* SHORT MARGIN 5 10 15 */
	.p5{
		padding:5px !important;
	}
	.p10{
		padding:10px !important;
	}
	.p15{
		padding:15px !important;
	}
	.pl5{
		padding-left:5px !important;
	}
	.pl10{
		padding-left:10px !important;
	}
	.pl15{
		padding-left:15px !important;
	}
	.pr5{
		padding-right:5px !important;
	}
	.pr10{
		padding-right:10px !important;
	}
	.pr15{
		padding-right:15px !important;
	}
	.pt5{
		padding-top:5px !important;
	}
	.pt10{
		padding-top:10px !important;
	}
	.pt15{
		padding-top:15px !important;
	}
	.pb5{
		padding-bottom:5px !important;
	}
	.pb10{
		padding-bottom:10px !important;
	}
	.pb15{
		padding-bottom:15px !important;
	}
/* END SHORT MARGIN 5 10 15 */

/* NO MARGINS */
	.nom{
		margin:0 !important;
	}
	.nom_top{
		margin-top:0 !important;
	}
	.nom_left{
		margin-left:0 !important;
	}
	.nom_right{
		margin-right:0 !important;
	}
	.nom_bottom{
		margin-bottom:0 !important;
	}
/* END NO MARGINS*/

/* NO PADDINGS */
	.nop{
		padding:0 !important;
	}
	.nop_top{
		padding-top:0 !important;
	}
	.nop_left{
		padding-left:0 !important;
	}
	.nop_right{
		padding-right:0 !important;
	}
	.nop_bottom{
		padding-bottom:0 !important;
	}
/* END NO PADDINGS */

/* Min */
	.minw960{
		min-width:960px;
	}
	.minw50{
		min-width:50px;
	}
	.minw100{
		min-width:100px;
	}
	.minw200{
		min-width:200px;
	}
	.minh10{
		min-height:10px;
	}
	.minh50{
		min-height:50px;
	}
	.minh100{
		min-height:100px;
	}
	.minh200{
		min-height:200px;
	}
/* END MIN */

/* Horizontal middle */
	.middle{
		margin:0 auto;
		position:relative;
	}
/* END Horizontal middle */