@charset "utf-8";

/* CSS Document */

/* restores "typical" font attributes wiped out by reset.css */
p {
	padding-bottom: 1em;
}
ol {
	padding-left: 40px;
	padding-bottom: 1em;
	list-style-type: decimal;
}
ol li {
	/* [disabled]display: list-item; */
	/* [disabled]list-style-type: decimal; */
}
ul  {
	padding-left: 40px;
	padding-bottom: 1em;
	list-style-type: square;
}
ul li {
	/* [disabled]display: list-item; */
	/* [disabled]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;
}
