/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	background-color: #007AB9;
	color: #FFFFFF;
}
h1 {
	font-weight: normal;
	font-size: x-small;
	padding: 3px;
	border: 0px solid #FF6300;
}
h2 {
	font-weight: bold;
	font-size: large;
	padding: 3px;
	border: 0px solid #FF6300;
	color: #007AB9;
}
h3 {
	font-weight: normal;
	font-size: small;
	padding: 3px;
	border: 0px solid #FF6300;
	color: #007AB9;
	text-align: justify;
	list-style-type: circle;
}
h4 {
	font-weight: normal;
	font-size: x-small;
	padding: 3px;
	border: 0px solid #FF6300;
	color: #007AB9;
	text-align: justify;
}
.screenshots {
	text-align: center;
	vertical-align: middle;
	color: #007AB9;
	font-size: x-small;
	padding: 10px;
}
.footnote {
	font-size: xx-small;
}
.ullist {
	font-size: x-small;
	list-style-type: disc;
	color: #007AB9;
}
