* {
	font-family: Arial;
	font-size:12px;
	
}
a.map {
	color:#0000FF;
	text-decoration:underline;
	font-size:11px; background-image:url(../../images/pre_2.gif); background-repeat:repeat-x; background-repeat:no-repeat; background-position:left; padding-left:8px;
}

a.map:hover {
	color:#0000FF;
	text-decoration:none;
	font-size:11px;
}

a.head, a.head:hover {
	color:#fff;
	text-decoration:none;
}

/* "fallback" links for non-CSS supporting browsers. */
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 4em;
 left: 2em; width: 10em;
}

/* Note Div Container */
.notedefault {
 padding: 1px;
 border: 1px solid #CBC8C8;
 background-color: #F4EEE8;
 color: white;
 width:160px;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden;
}
.snb-pinned .note-close {
 visibility: inherit;
}
ul.map {
	color:#000;
	text-align:left;
	list-style:none;
	padding-left:0px;
	margin-bottom:4px;
	margin-left:5px;
	padding-top:5px;
	margin-top:0px;
}
ul.map li {line-height:18px;}
.tdt{background:#F4F3EB;font-family: Arial;font-size: 13px;font-weight: normal;text-align:center; padding-top:5px; padding-bottom:5px; color:#686868;}
.tdt a{color:#4D4C4C;}
