body {
	margin: 0px;

	/* Set the font family, colour and size */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;

	overflow-x: hidden;
	width: 450px;
}

#contentFrame{
	/* border: 1px solid #000000; */
}

#topBox {
	background-color: #052903;
	/*	padding-top: 2px; */
}

#topBox #closeBox {
	width: 53px;
	height: 14px;
	float: right;
	font-weight: 900;
	background-image: url(../images/close.gif);
	background-repeat:no-repeat;
	background-position: right;
	cursor: pointer;
}

#topBox #imageBox img {
	/*
	width: 450px;
	height: 100px;
	*/
}

#bottomBox {
	color: #6e6e6e;
	font-size: 10px;
	padding: 0px;
	padding-bottom: 35px;
}

#bottomBox p {
	text-align: justify;
	margin: 15px;

	/* Set to 40 pixels to compensate for scrollbars */
	margin-right: 20px;
}
