body {
	margin:20px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-repeat: repeat-x;
	background-color:#999;
	}

a:link { color: #828E91; text-decoration:none; }
a:visited { color: #828E91; text-decoration:none; }
a:hover { color: #0066FF; text-decoration:underline; }

#Content {
	width:400px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:2px dashed #333;
	background-color:#F1F1F1;
	font-family: Verdana, Arial, Helvetica;
	}
#Content H1 
{
	font-size:14px;
}
#Content p 
{
	font-size:10px;
}
#pt_header {
	font-size:11px;
	color:#828E91;
}
#pt_footer {
	font-size:11px;
	color:#828E91;
}
html,body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial,Helvetica,Sans-Serif;
	background-color:#F1F1F1;
}
