.title {
	display: block;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #2D3B55;
	font-style: italic;
	margin: 0px 15px 12px 15px;
}

a {
	color: #487CA0;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-style: none;
}

.heading1 {
	display: block;
	font: 16px Arial bold;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
}
.heading2 {
	display: block;
	font: 14px Arial bold;
	margin: 0px 15px 0px 15px;
	font-weight: bold;
}
.caption {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	/* text-transform: capitalize; */
	margin: 0px 15px 0px 15px;
}
.paragraph {
	display: block;
	font-family: Georgia, Cambria, Garamond, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 15px 18px 15px;
	line-height: 150%;
}
.nospace {
	display: block;
	font-family: Georgia, Cambria, Garamond, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	margin: 0px 15px 0px 15px;
	line-height: 100%;
}
#page .list {
	font-family: Georgia, Cambria, Garamond, Times New Roman;
	font-size: 14px;
	font-weight: normal;
	list-style-type: square;
	line-height: 150%;
	margin: 0px 15px 0px 15px;
}
/*
#page p {
	margin: 0px 15px 0px 15px;
}
*/
/*
p {
	margin: 0px 0px 0px 0px;
}
*/
#page pre {
	margin: 0px 0px 0px 0px;
}
.createdate {
	font-family: Georgia, Cambria, Garamond, Times New Roman;
	font-size: 12px;
	font-weight: bold;
}
p {
	margin: 0px 0px 0px 0px;
}
