body	{
		background: #333;
		margin: 0px;
		color: #333;
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		}

.page	{
		width: 760px;
		background: #FFF;
		margin: 30px auto 30px auto;
		padding: 0;
		}

h1	{ 
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	}


#alert	{
		background-color: #F00;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		font-size: 36px;
		padding: 5px 150px;
		}

span.seal	{
						float: left;
						padding: 30px 0 0 40px;
						}

span.stamp	{
						float: right;
						padding: 30px 40px 0 0;
						}
p.subcaption	{
				font-size: 11px;
				line-height: 10px;
				margin-top: 20px;
				font-weight: bold;
				}
				
div.content 	{
				font-size: 18px;
				line-height: 24px;
				font-weight: bold;
				text-align: center;
				}

div.content img	{
				border: #333 solid 1px;
				padding: 0px auto;
margin-bottom: 1-px;
				}

div.content p 	{
				font-size: 14px;
				line-height: 18px;
				font-weight: normal;
				padding: 5px 40px 10px 40px;
				text-align: left;
				}

p.footer {
		font-size: 14px;
		text-align: center;
		padding: 10px 0;
		}

.footer a			{ color: #999; text-decoration: none; font-weight: 900;}
.footer a:link		{ color: #999; text-decoration: none; }
.footer a:visited	{ color: #999; text-decoration: none; }
.footer a:active	{ color: #999; text-decoration: none; }
.footer a:hover		{ color: #333; text-decoration: underline; }