@charset "utf-8";
/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }
body {
	width:1000px;
	margin:0 auto;
	font-size:100%;
	}
ol.lalph { list-style-type:lower-alpha; }
ol.ualph { list-style-type:upper-alpha; }
ol.uroam { list-style-type:upper-roman; }
li.none { list-style:none; }

.left {
	float:left;
	width:485px;
	clear:left;
	}
.right {
	float:right;
	width:485px;
	}
.leftimg {
	float:left;
	width:50%;
	text-align:center;
	}
.rightimg {
	float:right;
	width:50%;
	text-align:center;
	}
.numbers {
	float:left;
	margin-right:5px;
	
	}
.center {
	text-align:center;
	width:100%;
	padding:25px 0;
	}
.clear { clear:both; }
.page {
	clear:both;
	display:block;
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;
	text-align:center;
	}
.toc { text-align:right; }
table { width:100%; font-size:0.8em;}
tr, td, th {
	text-align:left;
	border-bottom:1px dashed #ccc;
	padding:0 2px;
	}
img {
	border:0;
	}