body {
	padding:2em 15%;
	background-color:#ffffcc;
	color:#333333;
}
a:link {
	text-decoration:none;
	color:#3333ff;
}
a:visited {
	text-decoration:none;
	color:#9933ff;
}
a:hover {
	text-decoration:underline overline;
	color:#6699ff;
}
img {
	border-width:0em;
}
hr {
	margin:2em 0em;
	color:#cc9966;
}
hr.dot {
	width:0.5em;
	height:0.5em;
}
h1 {
	margin-bottom:2em;
	border-width:0.3em 0em;
	border-style:solid;
	border-color:#9999ff;
	padding:0.8em;
	text-align:center;
	color:#996666;
}
h2 {
	margin-top:2em;
	border-width:0.2em;
	border-style:outset;
	padding:0.8em;
	text-align:center;
	background-color:#669966;
	color:#ccffcc;
}
p {
	margin:1em 0em;
}
.footer {
	margin-bottom:2em;
	text-align:center;
}
.reg_c {
	text-align:center;
}
.reg_r {
	text-align:right;
}
.note {
	font-size:90%;
	color:#666666;
}
.note_c {
	font-size:90%;
	text-align:center;
	color:#666666;
}
.note_r {
	font-size:90%;
	text-align:right;
	color:#666666;
}

.textbox {
	margin:1.5em;
	border-width:1px;
	border-style:solid;
	border-color:#cc9999;
	padding:0em 1em;
}
.set_right {
	float:right;
	margin:0.5em;
}
.set_left {
	float:left;
	margin:0.5em 1em 0.5em 0em;
}
.skip_obj {
	clear:both;
}

/********** INTRO SUPPL **********/
.subtitle1 {
	border-width:0px 4px 2px 0px;
	border-style:solid;
	border-color:#339966;
	padding:0.8em;
	font-size:125%;
	font-weight:bold;
	text-align:center;
	color:#339966;
}
.theme1 {
	padding:0.8em;
	vertical-align:top;
	text-align:right;
}
.theme2 {
	border-width:0px 0px 1px 1px;
	border-style:dotted;
	border-color:#339966;
	padding:0.8em;
	vertical-align:top;
	text-align:left;
}
