/* CSS Document */

html {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: times new roman, serif;
	font-size: 12pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family: verdana, sans-serif;
	margin: 0.8em 0;
}

h1, h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt
}

h4, h5, h6 {
	font-size: 12pt;
}

p {
	margin 0.6em 0;
}

a {
	color: #000000;
}

a img {
	border: none;
	margin: 5px;
}

ul, ol {
	list-style-position: inside;
}

#columnheader, #leftcolumn, #footer ul {
	display: none;
}

#topstrip {
	border-bottom: 1px solid #000000;
	height: 50px;
}

#logo {
	width: 174px;
}

.accesskeys, .date {
	display: none;
}

.imageCaptions {
	float: right;
	margin: 0 5px;
}

.box {
	display: none;
}

.relateditems {
	border-top: 1px solid #000000;
	display: inline;
}

.relateditems h2 {
	font-size: 12pt;
}

.relateditems h3 {
	font-family: times new roman, serif;
	font-size: 10pt;
	font-weight: normal;
}

.relateditems h3 a[href^="http://"]:after {
	content: " (" attr(href) ") ";
}

.relateditems ul {
	padding-left: 15px;
}

.relateditems p {
	display: none;
}

