BODY
{
	background-color: rgb(255,255,255);
	background-image: url("../images/bgradient.gif");
	background-position: left;
	background-repeat: repeat-y;
	color: rgb(0,0,0);
	font-family: arial;
	font-size: 10pt;
	margin: 10pt;
}

A {}
A:ACTIVE {}
A:HOVER {}
A:LINK {}
A:VISITED {}

TABLE
{
	width: 100%;
}
TABLE TR {}
TABLE TR TD
{
	font-size: 10pt;
	padding: 0pt;
	text-align: left;
	vertical-align: top;
}

TABLE TR TD.LEFT
{
	text-align: left;
}

TABLE TR TD.CENTER
{
	text-align: center;
}

TABLE TR TD.RIGHT
{
	text-align: right;
	font-family: arial;
}

DIV
{
	width: 100%;
}

P
{
	margin: 10pt 0pt;
	text-align: justify;
	text-indent: 20pt;
}

IMG
{
	border-width: 0pt;
}

HR
{
	color: rgb(0,0,0);
	height: 1pt;
	width: 100%;
}