
* {
	margin: 0;
	padding: 0;
}

body {

	background-color: #006000;
	overflow: auto;
	text-align: center;
	font-family: Arial;
}

#td_a {
	padding-left: 28px;
	padding-top: 132px;
	background-image: url('/themes/normal/winchmore/bg_top.gif');
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#td_b {
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url('/themes/normal/winchmore/bg_nav.gif');
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	font-size: 11px;
	}
	
#td_c {
	padding: 0px;
	background-image: url('/themes/normal/winchmore/bg_shadow.gif');
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#td_d {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 5px;
	background-image: url('/themes/normal/winchmore/bg_body.gif');
	background-repeat: repeat-y;
	background-position: center top;
	}
	
#td_e {
	padding-left: 28px;
	padding-top: 80px;
	background-image: url('/themes/normal/winchmore/bg_footer.gif');
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	
#td_b ul {
	margin: 0; padding: 0;
	list-style: none;
	}
	
#td_b ul li {
	display: inline;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px #f7d16a solid;
	}
	
#td_b ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	
#td_b ul li a:hover {
	color: #f7d16a;
	text-decoration: underline;
	font-weight: bold;
	}
	
#td_d h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	
	}
	
#td_d h3 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 25px;	
	}
	
#td_d p {
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 150%;
	}
	
#td_d ul {
	margin-left: 40px;
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 150%;
}

.tariffbox {
	padding: 5px;
	border-bottom: 1px #808080 dotted;
	font-size: 11px;
	}