body {
	background-color: #fffdec;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
}
p {
	font-size:1.3em;
}
ul {
	font-size:1.3em;
}
ul.nobullets {
	list-style-type: none;
	padding-left: 0px;
}
h1, h2, h3, h4, h5, h6 {
	color: #ba3537;
}
p.header-info {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 2em;
	margin:0px;
}
p.title {
	color: #444;
	font-size: 1.5em;
	font-style: italic;
	margin-bottom: .5em;
	text-align: left;
}
p.info {
	font-size: 1.2em;
}
p.abstract {
	color: #444;
	font-size: 1.2em;
	margin-left: 2em;
	text-align: justify;
}
a[href$=".pdf"] {
	padding:2px 22px 2px 0;
	margin:-2px 0;
	background-repeat: no-repeat;
	background-position: right center;
}
.notice {
	background-color: #d9f7ff;
	border-color: #7ccefd;
	font-size: 1.2em;
	text-align: left;
}