﻿	
	/* Copyright (c) 2010 Hunter Tuttle. All rights reserved. */
	table,div
		{
			margin: 0px !important;
			padding: 0px !important;		
			border-collapse:separate !important;
			text-align: center;
		}
	p table
		{
			text-align: center;
		}
	.MS_MasterFrame
		{
			margin-left:auto !important;
			margin-right:auto !important;
		}	
	.MS_WH_ZoneRow td
		{
			width: 100% !important;
		}
	.MS_WH_ZoneSpacing
		{
			display: none;
		}
	img
		{
			border: none !important;
		}
	.iws_table td
		{ 
			border-width: 0px !important;
			vertical-align: top !important;
		}	
	.iws_table div table
		{
			position: relative;
			top: 1px;
			left: 0px;
			float:left;
			border-bottom: none !important;			
		}	
	.iws_table div table td
		{			
			font-size: 10pt;
			font-weight: bold;
			vertical-align: bottom !important;
		}
	.iws_table div table table
		{			
			font-size: 10pt;
			font-weight: normal;
			position: relative;
			top: -1px;
			left: 0px;
			border-bottom: none !important;
		}	
	.iws_table div table table td
		{			
			font-size: 10pt;
			font-weight: normal;
			vertical-align: bottom !important;
			cursor: pointer;
		}	
	.iws_table div table table td:hover
		{			
			padding: 8px;
		}	
	
