body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/mark.gif);
	background-repeat: no-repeat;
	background-position: 40px 160px;
}
a img{
	border:0px;
}
.schedulelist{
	width:734px;
}
.schedulelist table{
	width:505px;
	font-size: small;
	border-collapse:collapse;
	border-spacing: 10px;
	border: none;
	margin-left:230px;
}
.schedulelist table th  {
	width:126px;
	font-weight: bold;
	text-align: left;
	background-color: #D3E1EE;
	padding:5px 5px 5px 15px;
	color: #3989BC;
	vertical-align: top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.schedulelist table td{
	font-weight: normal;
	text-align: left;
	background-color: #E5E7E7;
	padding:5px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
