body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 18pt;
	}
	
h2 {
	font-size: 16pt;
	}

h3 {
	font-size: 14pt;
	}

h4 {
	font-size: 12pt;
	}
	
h5 {
	font-size: 11pt;
	}
	
h6 {
	font-size: 10pt;
	}
	
#header {
	display: none;
	}

#nav {
	display: none;
	}
	
#pmmcrumb {
	background: #fff;
	font-size: 9pt;
	}

#wrap {
	background: #fff;
	}

#sites {
	display: none;
	}

#content {
	float: left;
	width: 70%;
	border-right: 1px dashed #666;
	}

#inner {
	padding: 0;
	font-size: 11pt;
	margin-right: 1em;
	}

#sidebar {
	float: left;
	width: 29%;
	font-size: 9pt;
	color: #000;
	}

#sidebar div {
	margin-left: .5em;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding-top: .5em;
	padding-bottom: 1em;
	}

#sidebar ul li a {
	font-weight: normal;
	}

#foot {
	display:none;
	}

.fllimg {
	float: left;
	padding: 4px;
	margin: .5em .5em .5em 0;
	border: 1px solid #bbb;
	}

.flrimg {
	float: right;
	padding: 4px;
	margin: .5em 0 .5em .5em;
	border: 1px solid #bbb;
	}

.tipsl {
	width: 150px;
	float: left;
	margin: 4px 8px 8px 0;
	padding: 5px;
	background: #E4D3D7;
	position: relative;
	font-size: 90%;	
}

.tipsr {
	width: 150px;
	float: right;
	margin: 4px 0 8px 8px;
	padding: 5px;
	background: #E4D3D7;
	position: relative;
	font-size: 90%;
}

