/* CSS Document England1.css */


body {
   background-color: #d5e6f1;
   margin: 0;
   padding: 0;
   height: 100%;
   font-family: Arial, Helvetica, sans-serif;
   }
   
 .black1 {
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   color: #000000;
   }
   
  .black2 {
   font-size: 11px;
   text-align: center;
   font-weight: normal;
   color: #000000;
   }
  
 .blue1 {
   font-size: 12px;
   text-align: center;
   font-weight: normal;
   font-style: italic;
   color: #07265c;
   }
   
 .blue2 {
   font-size: 12px;
   text-align: center;
   font-weight: bold;
   color: #385b96;
      }
   
  
 .bold {
	font-weight:bold;
	}
  
  #content {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 850px;
	height: 1378px;
	margin-left: -425px;
	background-color: #ffffff;
	border-left: 2px solid #07265c;
	border-right: 2px solid #07265c;
    }
		
.error {
	color:#cc0000;
	font-size:10px;
	display:none;
	font-weight:bold;
}		
		
 #middle {
	position: absolute;
	top: 0;
	left: 0px;
	width: 850px;
	height: 1250px;
	background-color: #ffffff;
	}

 .red1 {
   font-size: 18px;
   font-weight: bold;
   color: #ca0000;
   text-align: center;
   }
 
 	
 #section1 {
    position: relative;
    margin-top: 0px;
	margin-left: 0px;
	width:  850px;
	height: 276px;
	}
	
 #section1a {
    position: absolute;
    top: 139px;
	left: 474px;
	width:  310px;
	height: 87px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	z-index: 300;
	}

 #section2 {
	position: relative;
	margin-top: 0px;;
	margin-left: 0px;
	width: 850px;
	height: 244px;
	}
	
 #section3 {
	position: relative;
	margin-top: 0px;;
	margin-left: 0px;
	width: 850px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
		}
		
 #section4 {
	position: relative;
	margin-top: 0px;;
	margin-left: 0px;
	width: 850px;
	height: 160px;
		}
		
 #section5 {
	position: relative;
	margin-top: 0px;;
	margin-left: 68px;
	width: 714px;
	height: 156px;
	background-image:url(images/img_05/bonus.jpg);
	background-repeat:no-repeat;
		}
		
		
 #section6 {
	position: relative;
	margin-top: 0px;;
	margin-left: 0px;
	width: 850px;
	text-align: center;
	}
		
		
.terms {
 color: #000000;
 font-size: 10px;
 font-weight: normal;
 }

 
		
.white1 {
   font-size: 10px;
   font-weight: bold;
   }
   
