/* 
////////////////////////////////////////////////////////////
		IM.CSS
	This is the stylesheet which contains the style information
	for the Contact Manager portion of the site.  Used to style 
	tables and other contacts related items not already declared
	in the core.css.
////////////////////////////////////////////////////////////
*/

/* Any <div> declarations. */
div.results-table
	{
	text-align: right;
	}
/* Span declarations. */
/* Any global HTML declarations. */

tr.header td
	{
	color: #D2C8B4;
	background-color: #580801;
	}
tr.pr-footer td
	{
	text-align: right;
	}
tr.odd td
	{
	color: #580801;
	background-color: #D2D0B4;
	}
tr.even td
	{
	color: #580801;
	background-color: #BEBF95;
	}
tr.footer td
	{
	color: #D2C8B4;
	background-color: #580801;
	height: 2px;
	}