body
{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	background-color: #F9F9F9;
	color: #000;
}
a
{
	color: #3B433A;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
div#pts_info_container
{
	width: 700px;
	border: solid #737373 1px;
	margin: 50px auto;
	background-color: #FFF;
}
div#pts_info_header
{
	width: 100%;
	margin: 0 0 2px;
	background-color: #000;
	text-align: right;
	font-weight: bold;
	font-size: 28px;
	color: #FFF;
}
div#pts_info_header a
{
	color: #FFF;
	text-decoration: none;
}
div#pts_info_list
{
	font-weight: bold;
	text-align: right;
	padding: 5px;
}
div#pts_info_main
{
	text-align: left;
	padding: 8px;
	min-height: 200px;
}
div#pts_info_footer
{
	width: 100%;
	margin: 12px 0 0;
	background-color: #000;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
}
div#pts_info_footer a
{
	color: #FFF;
	text-decoration: none;
}
h1
{
	font-size: 22px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 15px;
}
h3
{
	text-indent: 30px;
}
h3 a
{
	text-decoration: none;
}
