body
{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10;
	margin-bottom: 0;
	background-image: url("images/layout/background.jpg");
	background-attachment: fixed;
}

.border
{
	font-weight: bold;
}

.padded, .main, .notes
{
	font-size: 8pt;
	padding: 5px;
}

.main
{
	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px;
}

img
{
	border: 0px;
}

img#toc
{
	height: 25px;
}
div#toc
{
	position: relative;
	top: -22px;
}

.toc
{
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

.toc_2
{
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

p, td
{
	font-size: 10pt;
	font-family: Tahoma,sans-serif;
}

h1, h2, h3
{
	font-family: Arial;
}

h1
{
	font-size: 16pt;
}

h2
{
	font-size: 12pt;
}

h3
{
	margin: 0;
	font-size: 10pt;
}

A{text-decoration: underline}