/* purple: #c71585   pink: #ff5e99  ochre: #fbaf33 */

body {
	color: black;
	font-size: 12pt;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	line-height:133%;
	background-color: #f3f3f7;
	/*background-color:rgb(250, 247, 241);
	background:url(../images/bg_ricepaper.jpg) 0 0 repeat; */
}
.page-title {
   text-align: center;
   font-family: lato,arial;
   text-decoration:none;
   color:#c71585; /* #800040 */
   font-size:24pt;
   font-family:lato,arial;
   font-weight:300;
   font-style:normal;
}
.subtitle {
	text-align: center;
   font-family: lato,arial;
   text-decoration:none;
   color:#c71585; /* #800040 */
   font-size:20pt;
   font-family:lato,arial;
   font-weight:300;
   font-style:normal;
}

.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; /*#997755*/
	font-size:12pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	display:block;
	padding:22px;
	text-align:justify;
}
td {
	font-size:12pt;
}
.quote {
	font-size:13pt;
	line-height:125%;
	color:black;
	font-style:normal;
	vertical-align:text-bottom;
}
.quotedperson {
	color:red;
	font-size:10pt;
	vertical-align:text-bottom;
}
H1 {
	font-size:16pt;
	color:#c71585;
	font-style: italic;
}
H2 {
	font-size:16pt;
	font-weight:normal;
	color:#c71585;
	font-style: italic;
}
.thispage {
	color:gray;
}
H3 {
	font-size:13pt;
	font-weight:bold;
	color:black;
	font-style: normal;
}
.h3 {
	font-size:13pt;
	color:#c71585;
	font-style: italic;
}
H4 {
	font-size:10pt;
	font-weight:normal;
	padding:0;
	margin:0;
}
a.h4 {
	font-size:14pt;
	color:white;
	padding:0;
	margin:0;
	text-decoration:none;
}
a.h4:hover {
	color:red;
	/*#c71585*/
}
.subheadings {
	color:#c71585;
}
.footerlinks {
	background-color:#778899;
	margin-top:11px;
	padding:9px;
}
