* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 92%;
	line-height: 1.3em;	
	text-align: left;
	margin: 1%;
	padding-left: 1ex;
	padding-right: 1ex;
	margin-top: 1.5em;
	background-color: #fff;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	line-height: 1.1em;
}
h2, h3, h4 {	
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
p {
	margin-top: 0.5ex;
	text-align: justify;
	text-indent: 0.5cm;
}
p sup, li sup {
	font-size: 0.83em;
}
abbr, acronym {
	border-bottom: 1px dashed #bbb;
}
hr {
	border-style: none;
	height: 1px;
	border-bottom: 1px dotted #bbb;
	margin: 0.5em 0 0.5em 0;
} 
h1+hr {
	border-style: none;
	height: 2px;
	border-bottom: 2px dotted #ccc;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.8em 0;
}
h2+hr,h3+hr,h4+hr {
	border-style: none;
	height: 1px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0.3em 0;
	margin: 0 0 0.8em 0;
}
ol, ul, dl, dd {
	margin-left: 1.5em;	
}
dt {
	font-weight: bold;
}
ul {
	list-style-type: square;
}
li ol {
	list-style-type: lower-roman;
}
a img {
	border: none;
}
kbd {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
	font-size: 0.85em;
	line-height: 0.8em;
	padding: 0.1em;
	background-color: #eee;
}
code {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
	font-size: 0.85em;
	line-height: 0.8em;
	padding: 0.1em;
	background-color: #ffe;
}
pre {
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Monaco, monospace;
	font-size: 0.85em;
	padding: 0.5em 0.1em 0.5em 0.1em;
	background-color: #ffe;
	width: 70%;
	margin: 0 auto 0 2em;
}
/* tables */
table {
	margin: 0.5em 0 0.5em 2em;
	border-collapse: collapse;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.85em;
}	
td {
	border: 1px solid #ccc;
	padding: 0.12em;
	padding-left: 0.2em;
	vertical-align: top; 
}
th {
	border: 1px solid #ccc;
	text-align: left;
	background-color: #ccc;
	padding: 0.2em 0.3em 0.1em 0.3em;
	color: #333;
}
caption {
	font-size: 0.95em;
	color: #999;
	font-style: italic;
}
tfoot {
	background-color: #eee;
	font-weight: bolder;
}

/* classes */

.toc, .toc ol li {
	list-style-type: none;
}