body
{
	font-family: Arial, Helvetica, SansSerif;
	font-size: 10pt;
	line-height: 12pt;
	color: black;
	margin: 4;
	background-color: #c3d3f3;
}

body.unused
{
	background-image: url("bglogo.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

body.centered
{
	text-align: center;
}

td
{
	font-family: Arial, Helvetica, SansSerif;
	font-size: 10pt;
	line-height: 12pt;
}

td.wrap
{
	white-space: pre;
}

a
{
	color: black;
}

a:hover
{
	color: #0066cc;
}

a.strong
{
	font-weight: bold;
	font-size: 12pt;
}

.imgsub
{
	font-style: italic;
	font-weight: bold;
}

h1, h2, h3
{
	margin: 0 0 1em 0;
}

p
{
	margin: 0 0 2em 0;
}

h1
{
	font-size: 14pt;
	line-height: 16pt;
	font-weight: bold;
	text-align: left;
}

h2
{
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	text-align: left;
}

h3
{
	font-size: 10pt;
	line-height: 12pt;
	font-weight: bold;
	text-align: left;
}

div#document
{
	width: 990;
	margin: 0 auto;
	text-align: left;
}

div#logo
{
	text-align: center;
	margin-top: 10;
	margin-bottom: 60;
}

div#left
{
	float: left;
	width: 135;
}

div#right
{
	float: right;
	width: 135;
}

div#content
{
	width: 700;
	margin-left: 145;
	text-align: justify;
}



