/* Master table style: <table class="infotable"> */
	table.infotable {
		border: 1px solid;
		border-color: #DDDDDD;
		border-collapse: collapse;
		font: 9pt Arial;
		color: #444444;
		width: 579px;
	}


/* General cell style. Automatically inherited. */
	table.infotable tr td {
		border: none;
		height:32 px;
		text-align: left;
		padding-left: 8px;
		padding-right: 8px;
		border-right: 1px solid #eeeeee;
		background-color: #FFFFFF;
		font: 9pt Arial;
	}

/* General cell link style */
	table.infotable tr td a { color: #444444; }

/* Table alternate row color. Specified for whole row using <tr class="alt"> */
	table.infotable tr.alt td { background-color: #f6f6f8; }

/* Row mousover, Alternate row mousover (won't show in ie6) */
	table.infotable tr:hover td,
	table.infotable tr.alt:hover td { background-color: #eeecdd; }

/* Table-header. Specified for whole row using <tr class="infotableheading"> */

	table.infotable tr.infotableheading td {
		border-bottom: 2px solid grey;
		border-right: none;
		background-color: #265274;
		height:20 px;
		text-align: left;
		color: #FFFFFF;
		font-weight: bold;
	}


/* Table-header-link style. Automatically inherited. */
	table.infotable tr.infotableheading td a { text-decoration: none; color: #FFFFFF; }

/* Table-header-link-mouseover style. Automatically inherited. */
	table.infotable tr.infotableheading td a:hover,
	table.infotable tr.infotableheading td a:visited,
	table.infotable tr.infotableheading td a:active { text-decoration: underline; }

	table.invis tr td { border: 0px; verticle-align: middle};


