body
{
	background-color: white;
	color: black;
	font-size: 10pt;
	font-family: arial, helvetica;
	margin: 0px;
}

a:link
{
	color: #000080;
}

a:active
{
	color: #800000;
}

a:visited
{
	color: #800080;
}

img
{
	vertical-align: middle;
	border-style: none;
}

img.spaced
{
	margin: 1em; 
	text-align: center;
}

p
{
	text-align: justify;
}

table
{
	border-width: 0;
	vertical-align: top;
}

td
{
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}

.capital
{
	text-transform: uppercase;
}

em
{
	font-style: normal;
	font-weight: bold;
}

.highlight
{
	font-weight: bold;
}

.spaced
{
	padding: 15px;
}