* {
	font-family: Times, Serif;
	font-size: 15px;
	color: #ffffff;
}

a {
	text-decoration: underline;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
	color: #cccccc;
}

a.Service {
    font-family: Times, Serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

a.Service:hover {
    font-family: Times, Serif;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.ServiceHeading {
    font-family: Times, Serif;
    font-size: 24px;
    color: #ffffff;
}

.MaintenanceTableHeadingRow {
    border-bottom: 1px solid #ffffff;
    font-weight: bold;
}

.MaintenanceTableDetailRow {
    border-bottom: 1px solid #336699;
}

.MaintenanceTable {
    padding-left: 15px;
    padding-right: 15px;
    width: 600px;
}

.DataEntryField {
    color: #000000;
}