body {
	background-image: url(images/back.jpg);
	background-color: #141517;
	background-repeat: repeat;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: verdana, tahoma, sans-serif;
color: #0A0A0A;
font-size: 14px;
}


/* Headline Tags H1 to H4 */

h1 {
	font-family: Tahoma, serif;
	font-size:30pt;
	font-weight:bold;
	text-align:center;
	color:#990000;
	

}
h2 {
	font-size: 30px;
	font-weight: bold;
	color: #214E79;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #999;
}

h3 {
	font-size: 22px;
    font-family: Georgia, serif;
    font-style: italic;
    color: #214E79;
}

h4 {
	font-size: 22px;
	color: #292929;
    font-family: Georgia, serif;
}

h5 {
	font-size: 16px;
	color: #292929;
    font-family: Georgia, serif;
    font-style: italic;
}

/* Highlighted Text */

.highlight {
	font-weight: bold;
	background-color: rgb(255, 255, 153);
}

/* Bullet Checkmark LIST */

    ul.check {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.check li {
        margin-bottom: 5px;
        padding: 4px;
        background-image: url(images/bulletCheck.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;
    }
    
    /* Bullet Checkmark LIST */

    ul.arrow {
        list-style-type: none;
        margin: 20px;
    }
    
    ul.arrow li {
        margin-bottom: 5px;
        padding: 4px;
        background-image: url(images/bulletArrow.png);
        background-repeat: no-repeat;
        background-position: 0px 2px;
        padding-left: 32px;
    }
  
   /* Tables */

.table1 {
	 border-collapse: collapse;
	 border: 1px dashed rgb(169, 169, 169); 
	 padding: 10px;
	
	}
	
	.table2 { border-collapse: collapse; padding: 10px; border: solid 1px silver; }


.orderform {
	 padding: 20px;
	 background-color: FFFFCC;
	 border-collapse: collapse;
	 border: dashed 3px red;