@charset "UTF-8";
/* CSS Document */
.promo {
	font-family: eurostile, arial;
	font-size: 16px;
	color: #000000;
	
}
.promoBold {
	font-family: eurostile, arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.promoSM {
	font-family: eurostile, arial;
	font-size: 14px;
	color: #000000;
	
}
.promoBoldSM {
	font-family: eurostile, arial;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
a.promo:link {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.promo:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a.promo:hover {
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



body {
	background-color: #CCC;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.paragraph-italic-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}
.highlite-blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0037cf;
	font-weight: bold;
}
.highlite-thin1 {
	font-family: eurostile, arial;
	font-size: 18px;
	color: #000000;
	font-weight: lighter;
}
.highlite-thin2 {
	font-family: eurostile, arial;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}


.footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	
}

.footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333;
}

a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
