/*==============================*/
/* ATIS Style Sheet             */
/* Created by Jon Forst 10/06   */
/* from an earlier version      */
/* New levels of abstraction    */
/* Changes:                     */
/*                              */
/*==============================*/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*background-image: url(Swatch_White.gif);*/
}


/* Base Map Items */
#tblMapTable
{
	background-color: #808080;
}
#MapName
{
	background-color: #808080;
	margin: 0px 0px 0px 0px; /* top right bottom left */
	padding: 0px 3px 3px 3px; /* top right bottom left */
	font-size: 13px;
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
}
