* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	font-family: Arial, Verdana, sans-serif;
	margin: auto;
	text-align: center;
	font-size: 0.9em;
}

p {
	font-weight: normal;
	font-size: 1em;
	padding: 0.5em 30px 0.5em 30px;
	display: block;
	overflow: hidden;
}

h1 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	padding: 1.5em 30px 0.5em 30px;
	text-align: center;
	display: block;
	overflow: hidden;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	padding: 1.5em 30px 0.5em 30px;
	text-align: center;
	display: block;
	overflow: hidden;
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0;
	padding: 1.5em 30px 0.5em 30px;
	display: block;
	overflow: hidden;
}
p,h1,h2,h3 {
	display: inline-block;
}

table {
	border-collapse: collapse;
}

/*****************
* generic classes
******************/
.nofrills:link, .nofrills:visited {
	text-decoration: none;
	border: none;
}
.nofrills:hover, .nofrills:active, .nofrills:focus {
	text-decoration: underline;
	border: none;
}

.access {
	display: none;
}

.center {
	text-align: center;
}

.block {
	display: block;
	overflow: hidden;
}
.block {
	display: inline-block;
}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}

.small-print {
	font-size: 0.8em;
}
.small-not-bold {
	font-size: 0.8em;
	font-weight: normal;
}
.small-p {
	padding: 0 30px 0 30px;
}
.no-left-p {
	padding: 0.5em 30px 0.5em 0;
}

.emph {
	font-weight: bolder;
	font-style: italic;
	font-size: 0.9em;
}

.indent {
	padding: 0 50px 0 50px;
}

.quote-box {
	padding: 15px 60px 15px 60px;
	display: block;
	overflow: hidden;
	text-align: center;
}
.quote-box {
	display: inline-block;
}

.quote {
	font-style: italic;
	width: 99%;
	margin: auto;
	font-size: 0.9em;
}


/*******************
* bookmark this page
********************/

#bookmark {
	display: block;
	overflow: hidden;
	padding: 10px 50px 30px 0;
	clear: both;
}
#bookmark {
	display: inline-block;
}

#bookmark-btn {
	position: relative;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 0.7em;
}

#bookmark-btn a, #bookmark-btn a:visited {
	text-decoration: none;
	border-width: 3px;
	padding: 5px 20px 5px 20px;

	color: #FFF;

	background: #333;

	border-style: solid;
	border-top-color: #EEE;
	border-right-color: #999;
	border-bottom-color: #666;
	border-left-color: #999;
}
#bookmark-btn a:hover, #bookmark-btn a:active {

	color: #AAA;

	background: #111;

	border-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #999;
	border-left-color: #666;
}