/* Common to all */
body {
	font-family:Times New Roman,Arial,Verdana,Tahoma;
	font-size:10pt;
	border:none;
}

a {
	text-decoration:none;
}

img {
	border:none;
}

#fptitlehome {
	width:100%;
	height:auto;
}

.mainlayout {
	display:inline-block;
	text-align:center;
	padding-bottom:30px;
	width:100%;
	height:auto;
}

.sublayout {
	text-align:center;
	padding-top:10px;
	width:100%;
	height:auto;
}

#buyheader {
	text-align:center;
	width:100%;
	height:auto;
}

/* footer */
footer {
	clear:both;
	padding-top:10px;
	padding-bottom:20px;
}

#ftr {
	text-align:center;
	padding-left:30px;
	padding-bottom:20px;
}

#ftr  > a {
	font-family:Arial;
	font-size:12pt;
	color:#FFCC00;
}

#ftr  > a:hover {
	color:#FF0000;
}

#ftrem {
	float:right;
	padding-right:50px;
}

#copyright {
	text-align:center;
	font-size:8pt;
	color:#000000;
}