body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #A9A9A9;


	background-position: top-right;
	background-repeat: no-repeat;
	}
a {
	text-decoration: none;
	font-weight: bold;

	outline: none;
	}
a:visited {
	color:  #ccc;
	}
a:active {
	color:  #ccc;
	}
a:hover {
	color: #ccc;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	margin-top: 0px;
	margin-bottom: 5px; 
	}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 20px 20px 0px 20px;
	position: relative;
	top: -20px;
	padding: 10px;
	background: #333;
	border: 5px solid #ccc;
	height: 65px;
	width: 400px;
	
	}

#middle {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	border: 2px solid #ccc;
	background: #333;
	width: 800px;
	height: 350px;
	}

#map {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	margin-top: 20px;
	border: 2px solid #ccc;
	background: #333;
	width: 600px;
	height: 350px;
	}

#card {
	z-index: 1;
	position: relative;
	left: 0px;
	top: 0px;
	border: 2px solid #ccc;
	background: #333;
	width: 350px;
	height: 150px;
	overflow: scroll
	}

pre {
	text-align: left;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	}