body {
	background-color: #e0e0e0;
	background-size: 100%;
	background-image: url('background-.png');
	margin: 0px;
	font-family: 'Trebuchet MS';
	font-size: 16px;
	line-height: 160%;
}
.header {
	background-color: #e7e7e7;
	margin: 0 -14px;
	padding: 14px;
	box-shadow: 0px 5px 5px lightgray;
}
.background {
	background-color: #e0e0e0;
	background-image: url(background-.png);
	background-size:  100%, auto;
	background-repeat: repeat-y;
	margin: 0 auto;
}
.page {
	background-color: #f4f4f4;
	margin: 0 auto;
	padding: 14px;
	box-shadow: 0px 0px 500px #e0e0e0;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	display: block;
}
hr {
    clear: both;
    visibility: hidden;
}
table {
	width: 100%;
	border-spacing: 12px;
}
table td {
	padding: 0px;
	vertical-align: top;
	border: 0px;
}
.td-main {
	padding: 20px;
	border-radius: 15px;
    background-color: #ffffff;
}
table.details {
	border-spacing: 5px;
}
table.details img {
	display: inline;
}
td.left {
	width: 0%;
	text-align: right;
    white-space: nowrap;
}
td.right {
	width: 100%;
	text-align: left;
}
td.center {
	width: 100%;
	text-align: center;
}
table.footer {
	line-height: 125%;
	font-size: 16px;
}
a:link {
    color: #0060EE;
    text-decoration: none;
}
a:visited {
    color: #0060EE;
    text-decoration: none;
}
a:hover {
    color: #0060EE;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: #0060EE;
    background-color: transparent;
    text-decoration: underline;
}