/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	
	body	{
	font-family: Georgia;
	font-size: small;
	line-height: 1.5em;
	color: #000;
	padding: 0;
	height: 533px;
	width: 1100px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
	background-color: #4FACEF;
	background-position: center center;
	top: 50px;
	background-image: none;
		}	
table {
	text-align: left;
	float: left;
	border: 0px none 0;
	height: 533px;
	width: 1100px;
}

		
p {
	text-align: right;
	vertical-align: super;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	top: 0px;
}

