body {
 	background-image: url(images/backgrounds/backGradientBlue2.jpg);
	background-color: white;
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

/* 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/bulletCheckBlue.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;
    }
.style1 {font-weight: bold}
.style2 {color: #000000}
.style3 {font-size: 10px; color: #666666; }
.style8 {
	font-size: 14px;
	font-weight: bold;
}
.style9 {
	color: #CC0000;
	font-weight: bold;
}