html { width: 100%;  }

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
    color: #231f20;
    background: #ffffff;
}

a {
	color: #231f20;
}
a:hover {
	text-decoration: none;
}
a.orange {
    text-decoration: none;
}
a.orange:hover {
    text-decoration: underline;
}

img {
    border: none;
}

table {
    border: none;
}

p {
    margin: 0 0 10px;
    line-height: 1.5;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

a.button-orange {
	text-decoration: none;
	display: inline-block;
	height: 23px;
	line-height: 23px;
	background: 0% 0% repeat-x url('images/button-orange-back-new.gif');
	padding: 0 10px;
	position: relative;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	border: 1px solid #da6c47;
}

.show_image {
	padding:12px !important;
	text-align: center;
}
.show_image img {
	margin-left:auto;
	margin-right:auto;
}