/* Base */
.base h1 {
	font-size:138.5%;  
}
.base h2 {
	font-size:123.1%; 
}
.base h3 {
	font-size:108%; 
}
.base h1,.base h2,.base h3 {
	margin:1em 0;
}
.base h1,.base h2,.base h3,.base h4,.base h5,.base h6,.base strong {
	font-weight:bold; 
}
.base abbr,.base acronym {
	border-bottom:1px dotted #000;
	cursor:help;
} 
.base em {
	font-style:italic;
}
.base blockquote,.base ul,.base ol,.base dl {
	margin:1em;
}
.base ol,.base ul,.base dl {
	margin-left:2em;
}
.base ol li {
	list-style: decimal outside;	
}
.base ul li {
	/* list-style: disc outside; */
}
.base dl dd {
	margin-left:1em;
}
.base th,td {
	border:1px solid #000;
	padding:.5em;
}
.base th {
	font-weight:bold;
	text-align:center;
}
.base caption {
	margin-bottom:.5em;
	text-align:center;
}
.base p,.base fieldset,.base table,.base pre {
	margin-bottom:1em;
}