@charset "utf-8";

body {
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

a {
	text-decoration: none;
}

h2, h3{
	text-align: center;
	line-height: 20px;
	
}

td {
	vertical-align: top;
}

.staff {
	padding-top: 10px;
}


.title {
	font-style: oblique;
}

.towns {
	font-style: oblique;
	text-align: center;
}

.name {
	font-weight: bold;
}

h3 {
	line-height: 10px;
}

.content {
	background-color: #FFFFFF;
	border: thin solid #000000;
}

.head {
	font-weight: bold;
	text-align: center;
}

.address {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #006699;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.tcex {
	text-align: center;
}

.footer {
	background-color: #006699;
	color: #fff;
	text-align: left;
	padding-left: 15px;
}

