@charset "utf-8";
ol {
	padding-left: 40px;
	padding-bottom: 1em;
}
p {
	padding-bottom: 1.3em;
}
ol li {
	display: list-item;
	list-style-type: decimal;
}
ul  {
	padding-left: 40px;
	padding-bottom: 1em;
}
ul li {
	display: list-item;
	list-style-type: square;
}

.centered {
	text-align: center;
}
 
.left {
	float: left;
}
 
.right {
	float: right;
}
 
.clear {
	clear: both;
}
 
hr {
	height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

/* adds "phantom" scroll bar to the right in order to prevent shifting of page elements between pages */
html {
overflow-y:scroll;
}

/* use this style to suppress line breaks (useful to attach small images to text) */
.noWrap {
white-space: nowrap;
}
