h1,h2,h3 {
	color: #339933;
	text-align: center;
	background-color: #B6BFB8;
}
body {
	margin-right: 100px;
	margin-left: 100px;
	background-color: #CCCCCC;
}

#contentGeneralsDivRightMessagesContent {
	color: #0000FF;
}

#newsletterArea {
	width: 100%;	
}

#newsletterMessage {
	width: 65%;
}

#newsletterAttachments {
	width: 35%;
}


.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


.clear {
	clear: both;
	line-height: 0px;
}

