/* tables - content */
/* julie - june 14, 2005 */

table.shell
	{
	border-collapse: collapse;
	border: .1em solid #FFFFFF;
	padding: .5em .5em .5em .5em;
	margin-bottom: .5em;
	}

td.grid
	{
	border-bottom: .1em solid #FFFFFF;
	padding: .5em .5em .5em .5em;
	
	}
.header
	{
	text-align: center;
	font-weight: bold;
	color: #666666;
	border: 1px solid #FFFFFF;
	padding: .5em .5em .5em .5em;
	}
	
.subheader
	{
	font-weight: bold;
	color: #666666;
	border: 1px solid #666666;
	padding: .5em .5em .5em .5em;
	}
	
img.right
	{
	float: right;
	margin-left: 7px;
	margin-top: 0px;
	margin-bottom: 3px;
	border: 2px double #666;
	}
	



