body {
	margin:0px;
	font-family:verdana;
	font-size:9px;
	color:#85857B;
}

h1 {
	margin:0px;
	padding:0px;
}

p {
	font-size:11px;
	line-height:19px;
}

.tlBackground {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background-color:#E7E7E0;
}

.tlSep {
	position:absolute;
	left:0px;
	width:100%;
	height:1px;
	background-color:#6D6D6D;
}

.tlForeground {
	position:absolute;
	left:0px;
	width:100%;
	height:10px;
	background-color:#ffffff;
}

.tlYear {
	position:absolute;
	height:12px;
	font-family:verdana;
	font-weight:bold;
	font-size:9px;
	color:#85857B;
}

.tlYear img {
	position:relative;
	top:2px;
}

.tlEvent {
	position:absolute;
	width:9px;
	height:17px;
	border:0px;
}

.tlPicker {
	position:absolute;
	border-left:1px solid #E7E7E0;
	font-family:verdana;
	font-size:9px;
	color:#85857B;
	padding:5px 0px 0px 2px;
}

.tlPicker img {
	position:absolute;
	left:-4px;
	top:-4px;
}

.tlNavbar {
	position:absolute;
	z-index:100;
	cursor:pointer;
	background:url(i/sb.gif);
	border-bottom:1px dashed #F4F4F0;
}