BODY
{
	background-color: rgb(153,153,102);
	background-image: url("images/background.gif");
	color: rgb(0,0,0);
	font-family: times;
	font-size: 12pt;
	margin: 10px 40px; /* 13px 37px */
}

A {color: rgb(0,0,255);}

TABLE {width: 100%;}

TABLE TR TD
{
	font-size: 12pt;
	padding: 0px;
	vertical-align: top;
}

DIV
{
	width: 100%;
}

TABLE, TABLE TR TD, DIV, IMG
{
	border-color: rgb(0,0,0);
	border-style: solid;
	border-width: 0px;
}

P
{
	margin: 10px 0px;
	text-align: justify;
}