html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #444444;
}
div, table, tbody, tr, td, img {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}
table {
	border-collapse: collapse;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 8px;
	padding: 0px;
	border: none;
	background: none;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
p.bigtext {
	font-size: 16px;
	line-height: 18px;
}
p.nopad {
	margin-bottom: 0px;
}
a:link, a:visited, a:active, a:hover {
	background: none;
	color: #FFFFFF;
	text-decoration: none;
}
#body {
	width: 100%;
	height: 100%;
}
#body>tbody>tr>td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
#page {
	width: 400px;
	height: 228px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}
#content {
	width: 390px;
	height: 190px;
	margin-top: 14px;
	padding: 5px;
	background-image: url(/images/contentbg.gif);
	background-repeat: no-repeat;
}
#logo {
	width: 204px;
	height: 53px;
	padding-left: 4px;
	padding-right: 182px;
	padding-top: 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #FFFFFF;
}
#logo img {
	width: 204px;
	height: 53px;
}
#textarea {
	width: 390px;
	height: 129px;
	margin-left: 10px;
	margin-right: 10px;
}
#textarea>tbody>tr>td {
	width: 390px;
	height: 129px;
	text-align: center;
	vertical-align: middle;
}
#textarea>tbody>tr>td p a:hover {
	text-decoration: underline;
}
#footer {
	width: 370px;
	height: 12px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: 0px;
	padding: 0px;
	border: none;
	background: none;
}
#footer p {
	margin: 0px;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
}
#footer p a:hover {
	text-decoration: underline;
}

