@charset "utf-8";
/* CSS Document */

#thispage {
	width:100%;
}

body {
	width:100%;
	background-color:#FFF6E3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	font-style:normal;
	font-weight:normal;
	line-height: 116%;
}

#insidethispage {
	width:66%;
	margin:2%;
}

#insidethispage p {
	margin-left:11%;
	margin-top: 0px;
	margin-bottom:2%;
	font-size:80%;
}

#insidethispage sup {
	color:#999999;
}

#insidethispage h1 {
	font-size:82%;
	font-weight:600;
	margin-top: 0px;
	margin-bottom:0;
}

.bigtitle {
	margin-left:1%;
	font-size:80%;
}

.textreference {
	font-size:70%;
	font-weight:normal;
	font-style:italic;
}

p.response {
	padding-left:4%;
}
