/* purple: #c71585   pink: #ff5e99 */

body {
	color: black;
	font-size: 12pt;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height:133%;
	background-color:rgb(250, 247, 241);
	/* background:url(../images/bg_ricepaper.jpg) 0 0 repeat; */
}

.pagecontainer {
	margin-left:22px;
}

a.white {
	color:white;
}
a.white:hover  {
	color:#c71585;
}
.callout {
	margin-left:5px;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}
@media only screen and (min-width:980px) {
	/* if viewport width is wider than 980px */
	.callout {
		width:980px;
	}
}
.content {
	color:#997755;
	font-size:12pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	display:block;
	padding:22px;
	text-align:justify;
}
td {
	font-size:12pt;
}
.quote {
	color:black;
	font-style:normal;
}
.quotedperson {
	color:red;
	font-size:10pt
}
H1 {
	font-size:16pt;
	color:#c71585;
	font-style: italic;
}
H2 {
	font-size:18pt;
	font-weight:normal;
	color:#c71585;
	font-style: italic;
}
H3 {
	font-size:13pt;
	font-weight:normal;
	color:#c71585;
	font-style: italic;
}
.h3 {
	font-size:13pt;
	color:#c71585;
	font-style: italic;
}
H4 {
	font-size:10pt;
	font-weight:normal;
	padding:0;
	margin:0
}
H4 A {
	color:white;
}
H4 A:hover {
	color:#c71585;
}
a.h4 {
	font-size:10pt;
	color:white;
	padding:0;
	margin:0
}
a.h4:hover {
	color:#c71585;
}
.subheadings {
	color:#c71585;
}
.footer {
	background-color:#778899;
	margin-top:11px;
	padding:9px;
}
