/* CSS Document */

* { font-family: Arial, Helvetica, sans-serif; }
body {
	width:980px;
	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; }
.none { list-style:none; }
li { margin-bottom:10px; }
dt { float:left; }
sup {
  font-size:0.75em;
  color:#ff0000;
  }
.specs {
  line-height:1.25;
  font-size:1.125em;
  }
.specs dt {
  width:490px;
  font-weight:bold;
  text-align:right;
  margin-right:10px;
  }
.specs dt:after {content:":";}
.specs dd {
  text-align:left;
  }
.left {
	float:left;
	width:465px;
	clear:left;
	}
.right {
	float:right;
	width:465px;
	}
.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;margin-bottom:15px;}
caption {
  font-size:1.25em;
  font-weight:bold;
  }
tr, td, th {
	text-align:left;
	border-bottom:1px dashed #ccc;
	padding:0 2px;
	}
img {
	border:0;
	}
