﻿body, td, th
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11pt;
	line-height: 150%;
	word-spacing: 125%;
	color: #333;
}

h1, h2, h3
{
	line-height: 100%;
}

h1
{
	font-size: 2.5em;
}

h2
{
	font-size: 2em;
}

h3
{
	font-size: 1.5em;
}

p, canvas, ul, ol, pre
{
	margin: 1em;
}

pre
{
	font-family: Courier New;
	font-size: .8em;
}

ul li, ol li
{
	margin-left: 1.2em;
	padding-left: .2em;
}

ul li
{
	list-style-type: square;
}
ol li
{
	list-style-type: decimal;
}

ul li.important
{
	text-decoration: line-through;
	color: #808080;
}

#container
{
	padding: 1em;
}

.copyright
{
	font-size: 9pt;
	text-align: right;
}

.copyright, .copyright a
{
	color: #999;
}
