/* reset */
* {
	margin: 0;
	padding: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
p,
a,
em,
ul,
li,
h1,
h2,
h3,
h4,
h5,
img,
input,
textarea {
	text-decoration: none;
}
a,
object {
	outline: 0 none;
}
a,
object {
	outline-width: 0;
}
a:focus {
	outline: none;
}
ul,
ol {
	list-style: none;
}
fieldset,
img,
a img {
	border: 0 none;
}
fieldset,
img,
a img {
	border-width: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
ul,
li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
/* basic layout */
body {
	background-color: #fff;
	color: #000;
	font: 100% Georgia, Garamond, 'Times New Roman', Times, serif;
	line-height: 1.5em; /* 16×1.5=24 */
	margin: 0;
	padding: 0;
	letter-spacing: 0.03em;
}
body.test {
	background-color: #777;
}
h1 {
	font-size: 2em;
	line-height: 1em;
	padding: 0.3em 0 0;
	letter-spacing: 0.05em;
}
h2 {
	font-size: 1.75em;
	line-height: 1.125em;
	padding-top: 11px;
	letter-spacing: 0.05em;
}
h3 {
	font-size: 1.25em;
	line-height: 1.5em;
	color: #000;
}
h4 {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	line-height: 1.5em;
	color: #000;
}
h5 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h6 {
	font-size: 1.25em;
	line-height: 1.5em;
	display: block;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

a:link,
a:active,
a:visited {
	color: #f70;
	text-decoration: none;
}
a:hover {
	color: #918008;
	text-decoration: none;
}
a.a-img {
	padding: 0;
	background-color: transparent;
}
a.a-img:hover {
	padding: 0;
	background-color: transparent;
}

#container {
	margin: 0 auto;
	text-align: center;
	width: 92%;
	padding: 0 4% 2em;
}
#masthead {
	min-height: 16px;
	max-width: 270px;
	margin: 24px auto 16px;
}
.backgroundsize #masthead .logo img {
	display: none;
}
.backgroundsize #masthead {
	background: transparent url(rtpw-banner540.jpg) no-repeat scroll center top;
	background-size: 270px 16px;
}
.imgblock {
	display: block;
}
.hidden {
	display: none;
}
.inli {
	display: inline;
}
.floright {
	float: right;
}
.floleft {
	float: left;
}
.cle {
	clear: both;
}
.alef {
	text-align: left;
}
.acen {
	text-align: center;
}
.arig {
	text-align: right;
}
.dbsp {
	padding-top: 0.25em;
}
.trpsp {
	padding-top: 0.75em;
}
.quadsp {
	padding-top: 1.5em;
}
.dbbot {
	padding-bottom: 0.25em;
}
.trpbot {
	padding-bottom: 0.75em;
}
.quadbot {
	padding-bottom: 1.5em;
}
.padlef {
	padding-left: 1em;
}
.bigtxt {
	font-size: 1.125em;
}
.footnote {
	font-size: 0.85em;
	line-height: 1.375em;
}
.toupper {
	text-transform: uppercase;
}
.txtbox {
	margin: 0 auto;
	text-align: left;
	max-width: 50em;
}
.btnbox img {
	border: 1px solid #ccc;
}
.mailbox {
	padding: 1.5em 0;
	font-size: 0.85em;
	line-height: 1.375em;
}
.darkbkd img {
	background-color: #000;
	border-color: #333;
}
