body {
	margin-left:15%;
	margin-right: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:0px;
}
hr {
	margin-top:25px;
	margin-bottom:25px;
	color:#cc9966;
}
hr.topline {
	margin-bottom:50px;
}
h1 {
	margin-bottom:40px;
	border-width:0px 15px;
	border-style:solid;
	border-color:#ff9966;
	padding:10px;
	text-align:center;
	background-color:#ffcccc;
	color:#996666;
}

/********** INTRO SUPPL **********/
.subtitle1 {
	border-width:0px 4px 2px 0px;
	border-style:solid;
	border-color:#339966;
	padding:10px;
	font-size:large;
	font-weight:bold;
	text-align:center;
	color:#339966;
}

.theme1 {
	padding:10px;
	vertical-align:top;
	text-align:right;
}
.theme2 {
	border-width:0px 0px 1px 1px;
	border-style:dotted;
	border-color:#339966;
	padding:10px;
	vertical-align:top;
	text-align:left;
}

h2 {
	margin-top:25px;
	border-width:2px;
	border-style:outset;
	padding:5px;
	text-align:center;
	background-color:#669966;
	color:#ccffcc;
}
.footer {
	margin-bottom:25px;
	text-align:center;
}
.reg_c {
	text-align:center;
}
.reg_r {
	text-align:right;
}
.note {
	font-size:small;
	color:#666666;
}
.note_c {
	font-size:small;
	text-align:center;
	color:#666666;
}
.note_r {
	font-size:small;
	text-align:right;
	color:#666666;
}

.textbox {
	border-width:1px;
	border-style:solid;
	border-color:#cc9999;
	padding:15px;
}
