body {
	font-family: arial, sans-serif;
	font-size: 9pt;
	margin-top: 60px;
	margin-left: 90px;
	width: 488px;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255)
}

body.bookmarks {
	font-family: arial, sans-serif;
	font-size: 9pt;
	margin-top: 20px;
	margin-left: 90px;
	width: 580px;
	color: rgb(50,50,50);
	background-color: rgb(255,255,255)
}

a {
	color: rgb(60,60,150);
	text-decoration: none
}

a.code {
	color:       rgb(50,50,50);
	font-family: courier-new, monospace;
	font-size:   9pt
}

a.warning {
	color:       rgb(255,0,0);
	font-size:   9pt
}

a:hover {
	text-decoration: underline
}

a.footerlink {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: rgb(60,60,150);
	text-decoration: none
}

a.hidden {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: rgb(255,255,255);
	text-decoration: none
}

a.large {
	color: rgb(50,50,50);
	font-family: arial, sans-serif;
	font-size: 10pt
}

a.huge {
	color: rgb(0,0,0);
	font-size: 16pt
}

div.caption {
	font-family: arial, sans-serif;
	font-size: 8pt;
	text-align: justify
}

div.quote {
	font-family: arial, sans-serif;
	font-size: 8pt;
	color: rgb(60,60,150);
	text-align: left
}

div.footer {
	font-family: arial, sans-serif;
	font-size: 8pt;
	margin-top: 15px;
	color: rgb(92,92,92);
	text-align: left
}

h1 {
	font-size: 16pt;
	color: rgb(0,0,0)
}

h2 {
	color: rgb(60,60,150)
}

img.left {
	float: left
}

img.right {
	float: right
}

p.date {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: rgb(150,30,50)
}

p.text {
	font-family: arial, sans-serif;
	font-size: 9pt;
	text-align: justify
}

td {
	valign: top
}

td.dark {
	background-color: rgb(60,60,150);
	
}

td.light {
	background-color: rgb(200,200,200);
	
}

td.code {
	color:       rgb(50,50,50);
	font-family: courier-new, monospace;
	font-size:   9pt
}

th {
	color: rgb(150,30,50);
	vertical-align: top
}

pre {
	font-size: 8pt
}

ul {
	list-style: none;
}
