html {
margin: 0;
}

body {
	width: 95%;
	margin-left: 0px;
	padding: 5px 5px 5px 5px;
	color: black;
	background-color: white;
	font-family: "Times New Roman", Arial, serif;
	font-size: 11pt;
}

p {
	color: #000000;
	font-size: 12pt;
	font-family: "Times New Roman", Arial, serif;
	padding: 0px 0px 0px 0px;
}

a {
  text-decoration: underline;
  font-weight: bold;
  color: #0066FF;
}

h1 {
	color: #003333;
	font-size: 18pt;
	font-weight: bold;
	font-family: "Times New Roman", Arial, serif;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 2px solid #888888;
}
     
h2 {
	color: #003333;
	font-weight: bold;
	font-size: 16pt;
	font-family: "Times New Roman", Arial, serif;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 2px solid #888888;
}
 
h3 {
	color: #003333;
  	font-weight: bold;
	font-size: 14pt;
	font-family: "Times New Roman", Arial, serif;
	margin: 0px 0px 0px 0px;
	text-align: left;
	border-bottom: 2px solid #888888;
}

ul.TickList {
  list-style-image: url('../graphics/bullet.gif')
}
