body {
	padding:0;
	margin:0;
	background:#c9dbde;
}
img {
	border:0px;
}
a {
	color:#EB7329;
}
a:hover {
	color:#0C3C44;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
table td {
	padding:0px;
	font-family:Arial;
	font-size:12px;
}
table td.top {
 width:812px;
 background:#fff;
}
table td.banner_left {
	background-color:#4e4f4f;
	background-repeat:no-repeat;
	background-position:center right;
}
table td.banner_right {
	background-color:#527c84;
	background-repeat:no-repeat;
	background-position:center left;
}
table td.banner {
	width:812px;
	background:#67615d;
}
table td.menu {
	background:#d6e4e8;
	width:812px
}
table td.footer {
	font-size:11px;
	text-align:center;
}
table td.footer {
	font-size:11px;
	text-align:center;
	padding-top:10px;
}
table td.copy {
	text-align:right;
	color:#333;
	font-size:11px
}
ul.m {
	text-align:right;
	width:200px;
	margin:5px;
	margin-top:20px;
	padding:0px;
	list-style:none;
}
ul.m li {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	padding-top:10px;
	padding-bottom:10px;	
	border-bottom:1px dotted #fff;
}
ul.m li.h {
	font-weight:normal;
	padding:10px;
	color:#fff;
	font-size:18px;
}
ul.m li a {
	color:#893d1f;
	text-decoration:none;
}
ul.m li a:hover {
	text-decoration:underline;
}