@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------ All site elements styles --- */

* {
	margin:0px;
	padding:0px;
}

.none {
	display:none;
}

.no-border {
	border:none;
}

.no-margin {
	margin:0px;
}

.no-padding {
	padding:0px;
}

/* ------------------------------------------------------ Divs floating --- */

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

/* ------------------------------------------------------ Text aligns --- */

.t-center {
	text-align:center;
}

.t-right {
	text-align:right;
}

.t-left {
	text-align:left;
}

/* ------------------------------------------------------ Text decoration --- */

.no-underline {
	text-decoration:none;
}

.underline {
	text-decoration:underline;
}

.no-bold {
	font-weight:normal;
}

.bold {
	font-weight:bold;
}

/* ------------------------------------------------------ Colors --- */

.white {
	color:#ffffff;
}

.black {
	color:#000000;
}

.red {
	color:#ff0000;
}

.green {
	color:#00ff00;
}

.blue {
	color:#0000ff;
}

/* ------------------------------------------------------  --- */
