body {
background-image: url(images/backBar1Green.jpg);
background-color: white;
background-repeat: repeat-x;
margin-top: 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 11pt;
}
/* Headline Tags H1 to H4 */
h1 {
font-size: 35px;
color: #D70305;
font-family: Impact, Tahoma, Arial, Helvetica, sans-serif;
text-align: center;
}
h2 {
font-size: 30px;
font-weight: bold;
color: #D70305;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h3 {
font-size: 18px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
h4 {
font-size: 18px;
color: #D70305;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}
/* Highlighted Text */
.highlight {
font-weight: bold;
background-color: #FFFF00;
}
/* Bullet Checkmark LIST */
ul.check {
list-style-type: none;
margin: 20px;
}
ul.check li {
margin-bottom: 5px;
padding: 4px;
background-image: url(images/bulletCheckWhite.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 32px;
}
/* Bullet X LIST */
ul.x {
list-style-type: none;
margin: 20px;
}
ul.x li {
margin-bottom: 5px;
padding: 4px;
background-image: url(images/bulletX.png);
background-repeat: no-repeat;
background-position: 0px 2px;
padding-left: 32px;
}

#legales {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #393939;
}

#legales a {
text-decoration: none;
color: #393939;
}
