BODY {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color : Yellow;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-align : justify;
	padding-left : 5px;
	padding-right : 10px;
}

.NoBorder {
	border : none;
}

a.noline {
   font-weight: bold;
	color: Black;
	text-decoration: none;
}

a:hover.noline {
	font-weight: bold;
	color: #FF4500;
	text-decoration: none;
}

a:visited.noline {
	font-weight: bold;
	color: #2F4F4F;
	text-decoration: none;
}


DIV.content {
float : left;
padding-left : 10px;
padding-right : 10px;
}

DIV.block {
clear: both;
}

/*
*This Class will keep images to the left and wrap text to the right.
*/


IMG.left {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left : 10px;
}

/*
*This Class will keep images to the right and wrap text to the left.
*/

IMG.right {
	float:right;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right : 10px;
}