<style>
	body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	color: #4f6b72;
	background: #E6EAE9;
	font: normal 11px auto Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-left: 0;
	}

	.menu_width {
		width: 200px;
	}
	
	.title {
		text-align: left;
		color: #000099;
		font-size: 25px;
		font-weight: bold;
	}
	
	.header {
		text-align: left;
		color: #000000;
		background-color: #FFCC66;
		font-size: 18px;
		font-weight: bold;
	}
	
	.menu {
		text-align: left;
		color: #000000;
		background-color: #FFCC66;
		font-size: 13px;
		font-weight: normal;
		border-color: #FF6633
	}
	.menu_text {
		text-align: center;
		color: #000000;
		background-color: #FF7506;
		font-size: 15px;
		font-weight: bold;
	}

	 
	 .footer {
	   clear: left;
	   width: 100%;
	   font-size: 13px;
	   color: #ADADAD;
	   text-align:center;
	   padding: 4px 0;
	   padding-left: 5px;
    }

	 ul {
	  padding: 0px 0px 20px 20px;
	 }
</style>



