div.content h1 {
	font-family: Times, "Times New Roman", serif;
	font-variant: small-caps;
	text-align: center;
	color: #009;
	font-size: 2em;
	margin-top: 0px;
	padding-top: 0px;
	text-shadow: 5px 5px 5px #bbd;
}

p.address {
	color: #009;
	margin-left: 25px;
}

table.schedule {
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
    border: 1px solid #009;
    border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    color: #009;
}

td.noservice, span.noservice {
	color: red;
	font-style: italic;
}

table.schedule tr td {
	border-top: 1px dotted #009;
}

table.schedule tr:first-child td {
	border-top: none;
}

table.schedule caption {
	font-variant: small-caps;
}


table.contacts {
	table-layout: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

table.contacts td {
	padding-right: 5px;
}

td.title {
	font-weight: bold;
	color: #009;
}

td.name, span.title-exp {
	font-weight: normal;
	font-size: 85%;
}


table.contacts tr {
	border: none;
}

td.name, td.title, td.details {
	border-top: 1px dashed #009;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

td.details {
	font-size: 75%;
}

table.contacts tr:first-child td, table.contacts tr.first td {
	border-top: none;
}


em.specialNote {
	font-style: italic;
	font-weight: bold;
	color: red;
}
