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

body { 
	margin-left: 0;
	margin-right: 0;
	font-family:Arial, Helvetica, sans-serif;
}


/* text */

.textXXL {
	font-size:35px;
}


.textXL {
	font-size:18px;
}


.textLG {
	font-size:16px;
}

.textMD {
	font-size:14px;
}

.textNormal {
	font-size:12px;
	color:#000000
}

.textSM {
	font-size:10px;
}



.indented
   {
   padding-left: 35px;
   padding-right: 35px;
}



/* text white */

.textXXL-white {
	font-size:35px;
	color:#FFFFFF;
}


.textXL-white {
	font-size:18px;
	color:#FFFFFF;
}


.textLG-white {
	font-size:16px;
	color:#FFFFFF;
}

.textMD-white {
	font-size:14px;
	color:#FFFFFF;
}

.textNormal {
	font-size:12px;
	color:#FFFFFF;
}

.textSM-white {
	font-size:10px;
	color:#FFFFFF;
}



/* text red */

.textXXL-red {
	font-size:35px;
	color:#FF0000;
}


.textXL-red {
	font-size:18px;
	color:#FF0000;
}


.textLG-red {
	font-size:16px;
	color:#FF0000;
}

.textMD-red {
	font-size:14px;
	color:#FF0000;
}

.textNormal-red {
	font-size:12px;
	color:#FF0000;
}

.textSM-red {
	font-size:10px;
	color:#FF0000;
}



/* navigation */

a:link {
	font-size: 14px;
	color: #00F;
	text-decoration: none;
}

a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #00F;
}

a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #00F;
}

a:active {
	font-size: 14px;
	text-decoration: none;
	color: #00F;
}


/* navigation small */

.navSM a:link {
	font-size: 12px;
	color: #00F;
	text-decoration: none;
}

.navSM a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #00F;
}

.navSM a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #00F;
}

.navSM a:active {
	font-size: 12px;
	text-decoration: none;
	color: #00F;
}



/* navigation extra small */

.navXSM a:link {
	font-size: 10px;
	color: #00F;
	text-decoration: none;
}

.navXSM a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #00F;
}

.navXSM a:hover {
	font-size: 10px;
	text-decoration: underline;
	color: #00F;
}

.navXSM a:active {
	font-size: 10px;
	text-decoration: none;
	color: #00F;
}



/* navigation white */

.navWhite a:link {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.navWhite a:visited {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}

.navWhite a:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #FFFFFF;
}

.navWhite a:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}