body {
	background-image: url(images/header_small.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border-top-color: #FFFFFF;
	border-top-width: thick;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

a:visited {
  color: #990000;
}

h2 {
	font-size: 18pt;
}
.style5 {
	font-size: 18pt;
	font-weight: bold;
}
.style6 {
	font-size: 9pt;
	color: #0033FF;
}

.content {
	margin-left: 10px;
	line-height: 17pt;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	// width: 460px;
}

.header {
}

.sidebar {
	// float: left;
	// width: 100px;
	// height: 200px;
	margin-top: 90px;
}

.footer {
	// clear: both;
	margin-top: 1em;
	font-size: 8pt;
	color: #0033FF;
	width: 750px;
}

.morelink {
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.morelink:hover {
	color: #CC0000;
}
.articlehead {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}
.origin {
	font-size: 9pt;
	font-style: oblique;
}.intro {
	font-weight: bold;
	text-decoration: underline;
}
.authorhead {
	font-size: 9pt;
}
.underline {
	text-decoration: underline;
}
.justified {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

