@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#003d67;
	background-attachment: fixed;
	background-image: url(images/bgrsplash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.wrapper {
width:1000px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

.sp1 {
background-image:url(images/sp1.png);
height:484px;
background-position:center center;
background-repeat: no-repeat;
}

.sp2 {
background-image:url(images/blanksplash.png);
height:484px;
background-position:center center;
background-repeat: no-repeat;
}
.sp3 {
background-repeat: no-repeat;
background-image:url(images/sp3.png);
height:118px;
background-position:center center;
}
.sp4 {
background-repeat: no-repeat;
background-image:url(images/sp4.png);
height:161px;
background-position:center center;
}
.sp5 {
background-repeat: no-repeat;
background-image:url(images/sp5.png);
height:167px;
background-position:center center;
}

.red {
color:#990000;
font-size:14px;
font-weight:bold;
}

.confirmation {
font-size:24px;
color:#990000;
text-align:center;
font-family:Cambria,Georgia,Times,"Times New Roman",serif;
font-weight:bold;
}

.confirmation2 {
	font-size:18px;
	font-family:Cambria,Georgia,Times,"Times New Roman",serif;
}
