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

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 1.3em;
	color:#000000;
}



.textWhite {
	color: #FFFFFF;
}


.textWhiteLG {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 1.3em;
}


.textXXLWhite {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
}



.textLG {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}


.textXLM {
	color: #000000;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.3em;
}


.textXL {
	color: #000000;
	font-weight: bold;
	font-size: 28px;
}


/* navigation - white */

a:link {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font-size: 13px;
	text-decoration: underline;
	color: #000000;
}

a:active {
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}



/* navigation - black */

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

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

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

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