#Article h2 {
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	widtht: 600px;
	height: 120px;
    padding: 0;
    margin: 0;
}

.ScheduleList {

    width:595px
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

.ScheduleList tr {

    margin: 0;
    padding: 0;

	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}

.ScheduleList .Row1 {

    margin: 0;
    padding: 0;
}

.ScheduleList .Row2 {

   	background-image: url("../images/stripe.jpg");
	background-repeat: repeat;
	background-position: left top;

    margin: 0;
    padding: 0;
}


.ScheduleList td {

    margin: 0;
    padding: 5px 5px 5px 5px;
	border-top: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}

.ScheduleList .Map {

    width: 136px;
    height: auto;
    margin: 0;
    padding: 0;
	border-right: #ffffff 1px solid;
}

.ScheduleList .Column1 {

    width: 450px;
    height: auto;
	text-align: left;
	border-bottom: #ffffff 1px solid;
}

.ScheduleList .Column2 {

    width: 450px;
    height: auto;
	text-align: left;
	border-top: #ffffff 1px solid;
}


.textReport {
	display:block;
	width:575px;
}

.textReport img.repoPhoto {
	padding:10px;
	float:right;
}


.results { border-collapse:collapse; }

.results th,
.results td {
	text-align:center;
	padding:5px;
	border:1px #666666 solid;
	vertical-align:middle;
}

.results th { background-color:#484848; }

.results td.lastLine {
	text-align:right;
	padding:2px 0;
	border:none;
}

.course {
	float:left;
	padding:0 20px 0 0;

}

.circuit {
	border-collapse:collapse;
}
.circuit th,
.circuit td {
	padding:5px 10px;
	vertical-align:middle;
}

.circuit th {
	text-align:right;
	border:1px #ffffff solid;
	border-left:none;
}

.circuit td {
	text-align:left;
	border:1px #ffffff solid;
	border-right:none;
}

