﻿a, a:link, a:visited, a:active, a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
img {
	border-style: none;
}
body {
	margin: 0;
	font-size: 100.1%;
	text-align: center;
	background-color: #000000;
	vertical-align: middle;
	font-family: Verdana;
}
.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}
.content {
	overflow: hidden;
}
.content-title {
	background-image: url('./content_title_bg.png');
	background-repeat: repeat-x;
	height: 51px;
}
.content-title-text {
	color: #FFFFFF;
	text-align: center;
	font-size: x-large;
	padding: 0.5em 0.75em 0.5em 0.75em;
	position: relative;
}
.content-message {
	background-color: #5a6170;
	background-image: url('./content_message_bg.png');
	background-repeat: repeat-x;
	min-height: 148px;
}
.content-message-text {
	color: #FFFFFF;
	text-align: left;
	padding: 2em 1em 2em 1em;
	position: relative;
}
.content-message-table {
	text-align:center;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.content-message-table-dimension {
	text-align: center;
	padding: 0em 2.0em 0em 2.0em;
}
.content-message-table-dimension-text {
	text-align: center;
	vertical-align: top;
	padding: 0.25em 0em 2.0em 0em;
}
.footer {
	height: 126px;
	background-image: url('./footer_bg.png');
	background-repeat: repeat-x;
	overflow: hidden;
}
.footer-paypal {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: x-large;
	padding: 1em 1em 0.5em 1em;
	position: relative;
}
.footer-text{
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: x-small;
	padding: 2.5em;
	position: relative;
}
.text-right {
	float: right;
	text-align: right;
}
.text-left {
	float: left;
	text-align: left;
}
