*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
}

p{
	margin: 5px 0px 10px 0px;
}

img{
	border: none;
}

object{
	padding: 0px;
	margin: 0px;
}

embed{
	padding: 0px;
	margin: 0px;
}

.left{
	text-align: left;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.italic{
	font-style: italic;
}

.highlight{
	font-weight: bold;
	color: #F00;
}

.top-singleborder{
	border-top: 1px solid #000;
}

.top-doubleborder{
	border-top: 2px solid #000;
}

.top-tripleborder{
	border-top: 3px solid #000;
}

.bottom-singleborder{
	border-bottom: 1px solid #000;
}

.bottom-doubleborder{
	border-bottom: 2px solid #000;
}

.bottom-tripleborder{
	border-bottom: 3px solid #000;
}

.ingress{
	font-weight: bold;
}

h1{
	font-family: Arial;
	font-size: 17px;
	color: rgb(255, 187, 42);
}

ol, ul{
	padding-left: 20px;
}