html {
	padding: 10px;
	background-image: url(../images/global_background2.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #00A2AD;
}
em {
	font-weight: bold;
	font-style: italic;
	color: #00A2AD;
}
h1 {
	text-align: center;
	color: #00A2AD;
	font-size: 20pt;
	font-weight: bold;
	margin-bottom: 15px;
	border-bottom: 1px dashed gray;
	padding-bottom: 8px;
}
h2 {
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 1px dashed gray;
	padding-bottom: 3px;
	margin-bottom: 15px;
}
p {
	text-indent: 2em;
}
.no_indent {
	text-indent: 0em;
}
ul li {
	position: relative;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
strong {
	font-weight: bold;
}
ol li {
	list-style: decimal outside;
	margin-left: 30px;
}
