H1	{
	font-family: arial, helvetica;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	}

H2	{
	font-family: arial, helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	}

P, BODY, LI, TR, TD, TABLE	{
	font-family: arial, helvetica;
	font-size : 9pt;
	font-weight: normal;
	color: #FFFFFF;
	}

B	{
	font-family: arial, helvetica;
	font-weight: bold;
	}

A	{
	font-family: arial, helvetica;
	text-decoration: underline;
	font-weight: bold;
	color: #3366CC;
	}

SMALL	{
	font-family: arial, helvetica;
	font-size: 7pt;
	}

BODY 	{
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
		/*
		x, y, no-repeat
		*/
	background-attachment: absolute;
		/*
		fixed (does not move), absolute (moves with scrolling)
		*/
	background-position: top center;
	background-color: #000000;
	}