@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/backgrounds/background.jpg);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
}


/* text properties */

.textSM {
	font-size: 10px;
}

.textMD {
	font-size: 12px;
}

.textLG {
	font-size: 14px;
}

.textXL {
	font-size: 18px;
}

.textXXL {
	font-size: 21px;
}





/* text properties white */

.textSM-white {
	font-size: 10px;
	color: #FFF;
}

.textMD-white {
	font-size: 12px;
	color: #FFF;
}

.textLG-white {
	font-size: 14px;
	color: #FFF;
}

.textXL-white {
	font-size: 18px;
	color: #FFF;
}

.textXXL-white {
	font-size: 21px;
	color: #FFF;
}





/* navigation */

a:link {
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}

a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FFF;
}

a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFF;
}




/* navigation small */

.navSM a:link {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}

.navSM a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

.navSM a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #000;
}

.navSM a:active {
	font-size: 10px;
	text-decoration: none;
	color: #000;
}



/* navigation black */

.navBlack a:link {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}

.navBlack a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

.navBlack a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #000;
}

.navBlack a:active {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}



/* navigation small white */

.navSMWhite a:link {
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
}

.navSMWhite a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}

.navSMWhite a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #FFF;
}

.navSMWhite a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
}