/* CSS Document */
html, body {
	margin:				0 auto 0 auto;
	padding:			0;
	font-family:		Arial, Verdana, Helvetica, sans-serif;
	font-size:			12px;
	text-align:			center; /* centers page content, override this in your first born child, in this case its name is main! */
	color:				#333333;
	height:				100%;
	background-image:	none;
	}
.pu_header {
	width: 		100%px;
	height:		42px;
	margin:		0 auto;
	padding:	0;
	text-align:	left;
	background:	url(../images/pu_header_bg.jpg) top left repeat-x;
	}
.pu_header .title {
	margin:16px 0 0 20px;
	float:left;
	width:183px;
	}
.pu_header .close {
	margin:14px 20px 0 0;
	float:right;
	}
	
.pu_content { text-align:left; margin:20px; padding-bottom:20px;}
.pu_content_tight { text-align:left; margin:1px 0 0 0; padding-bottom:20px; background-color:#000000; color:#ffffff; }
	
H1 {font-weight:bold; font-size:12px; text-transform:uppercase;margin-bottom:1px;}
H2 {font-weight:bold; font-size:12px;margin-bottom:1px;}
p  {font-size:12px; line-height:16px; margin: 0 0 15px 0; padding:0px;  }

.disclaimer P{font-size:11px;}

