/* HPI Communities and Properties CSS */
/* Only style in pages is state or prop. type name, which is an "a" reference */
/* The "a" font color is changed to black */

	BODY
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}

	P
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}

	TABLE
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}


	UL, DIV, OL, TD, TH
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}

	/* List of States or Prop types near top of page */
	LI
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 20px;
	}

	/* HPI Com or Prop header at top of page */
	H1
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 36px;
	margin-bottom: 1px;
	}

	/* Used for specific state or prop type */
	H3
	{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 18px;
	}

	A:hover {text-decoration: underline; color: #C6142A;}

	A.linkmenu
	{
	font-family: arial, helvetica, sans-serif;
	color: #24559e;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	}