/* CSS Document */


/* Body of the document */
body {
	background-color: #FFFFFF;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
}

/* Wrapper */
.all {
padding: 0px; 
text-align: center; 
width: 100%;
}

/* Your box */
.box {
display: none;
}

.header {
height: 132px;
width: 100%;
background-color: #FFFFFF;
text-align: center; 
}

.menutop {
display: none;
}

.emailform {
display: none;
}

.menubottom {
display: none;
}

.contenttop {
display: none;
}

.content {
background-color: #FFFFFF;
}

.wording {
text-align: left;
}

.wording img {
float: right;
padding: 10px;
}

.contentbottom {
display: none;
}