
body {
	background-image: url(images/backgrounds/backBar2Red.jpg);
	background-color: white;
	background-repeat: repeat-x;
	margin-top: 10px;
	font-family: Arial, Verdana, sans-serif;
font-size: 11pt;
}


/* Headline Tags H1 to H4 */

h1 {
	font-size: 40px;
	color: #D70305;
	font-family: Impact, Tahoma, Arial, Helvetica, sans-serif;
}
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;
    }

