/** base **/

body {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

a {
	color: #00a8ff;
}

a:hover {
	color: #66ccff;
}

a:active {
	color: #fbec88;
}

img {
	border: 0;
}

small {
	font-size: 12px;
}

footer {
	font-size: 13px;
}

footer small {
	font-size: 11px;
}



/** utils **/

.notext {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -7331px;
}

.text-right {
	display: block;
	text-align: right;
}

.text-center {
	display: block;
	text-align: center;
}

.text-justify {
	display: block;
	text-align: justify;
}

.fadeout,.fadein:hover {
	opacity: 1;
}

.fadeout:hover,.fadein,.opacity-75 {
	opacity: 0.75;
}

.mp-reset {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

.mp-bg-black {
	background: black;
}

.mp-bg-black-20 {
	background: black;
	background: rgba(0, 0, 0, 0.2);
}

.mp-bg-black-30 {
	background: black;
	background: rgba(0, 0, 0, 0.3);
}

.mp-bg-black-60 {
	background: black;
	background: rgba(0, 0, 0, 0.6);
}
