
			.standard_text
			{
				font-family: arial;
				font-size : 12px;
				overflow: auto;
			}
			.table_style, .table_style_left, .table_style_right, .table_style_center, .table_style_small_center, .tab_closed, .tab_open, .tab_grey, .table_style_blank
			{
				/*font-family: arial;*/
				width: 100%;
				height: 100%;
				white-space : nowrap;
				font-size : 12px;
			}
			.table_style, .table_style_left, .table_style_right, .table_style_center, .table_style_small_center, .tab_closed, .tab_open, .tab_grey, .white_back
			{
				background-color : #ffffff;
			}
			.table_style_left
			{
				text-align : left;
			}

			.table_style_right
			{
				text-align : right;
			}
			.table_style_center, .center
			{
				text-align : center;
			}
			.table_style_small_center
			{
				font-size : 9px;
				text-align : center;
			}
			.tab_closed, .tab_open, .tab_border, .solid_100, .equipment, .solid
			{
				border-style : solid;
				border-color: black;
				border-width : 1;
			}
			.solid_grey
			{
				border-style : solid;
				border-color: #c0c0c0;
				border-width : 1;
			}
			.solid_100
			{
				width : 100%;
				height : 100%;
			}
			.no_solid_100
			{
				width : 100%;
				height : 100%;
			}
			.no_scroll
			{
				overflow: hidden;
			}
			.tab_closed, .tab_open
			{
				width : 125;
				height: 15px;
				text-align : center;
			}
			.tab_open
			{
				border-bottom : none;
				border-left : none;
				border-right : none;
			}
			.tab_top
			{
				border-top : solid black 1px;
			}
			.tab_bottom
			{
				border-bottom : solid black 1px;
			}
			.tab_left
			{
				border-left : solid black 1px;
			}
			.tab_right
			{
				border-right : solid black 1px;
			}
			.tab_grey
			{
				background-color: #C0C0C0;
			}
			.map_cell_div, .no_rep
			{
				background-repeat : no-repeat;
			}
			.map_cell_div, .back_center
			{
				background-position : center center;
			}
			.map_cell_div
			{
				width : 20;
				height : 20;
			}
			.w100p
			{
				width : 100%;
			}
			.w80
			{
				width : 80px;
			}
			.link
			{
				font-weight: bolder;
				color: #000066;
				cursor : pointer;
				text-decoration:none;
			}
			.link_grey
			{
				font-weight: bolder;
				color: #c0c0c0;
				cursor : pointer;
				text-decoration:none;
			}
			.times
			{
				font-family: 'Times New Roman';
			}
			.wrap
			{
				white-space : normal;
			}
			.no_wrap
			{
				white-space : nowrap;
			}
			.bold
			{
				font-weight: bolder;
			}
			.back_red
			{
				background-color: red;
			}
			.tan_back
			{
				background-color : #decea5;
			}
			.tan_grad_back
			{
				background-image : url('./img/top_table.gif');
			}
			.red
			{
				color: red;
			}
			.blue
			{
				color: blue;
			}
			.dead_link
			{
				color: #c0c0c0;
			}
			.link:hover, .link_grey:hover { color: #cc0000; }

			.killFloat
			{
				background-color : transparent; 
				border-style : solid;
				visibility : hidden;
				left : 0px;
				top : 0px;
			}
