div.one, div.two, div.four {
	display: none;
}

h1.content {
	font-size: 14pt;
	}
h2.content {
	font-size: 12pt;
	}
p {
	font-size: 10pt;
	}
ol {
	list-style-type: upper-alpha;
	font-weight: bold;	
	}
ol {
	list-style-type: upper-alpha;
	font-weight: bold;
	color: #f00;
	background-color: #fff;
	}
ol.lower-alpha {
	list-style-type: lower-alpha;
	font-weight: normal;
	color: #000;
	background-color: #fff;	
	}
ol.premium {
	list-style-type: decimal;
	font-weight: normal;
	color: #000;
	background-color: #fff;
	}
ol.nested {
	list-style-type: lower-alpha;
	font-weight: normal;
	font-size: 1em;
	color: #000;
	background-color: #fff;
	margin-left: -20px;
	}
table.premium th, td {
	border: 1px solid #000;
	}
table.premium th {
	color: #000;
	background-color: #fff;
	font-weight: bold;
	}
table.premium th.one {
	width:45%;	
	}
table.premium th.two {
	width: 38%;
	}
table.premium th.three {
	width: 15%;
	}

table.premium td {
	text-align: center;
	}
table.premium td.leftalign {
	text-align: left;
	padding: 2px;
	}
table caption {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	background-color: #fff;
	width: 99.2%;
	margin: auto;
	} 