body {
	background-color:#E7E7DC;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

td {
	font-size:11px;
}
 a {
	color:#333333;
	text-decoration:none;
}
 a:hover {
	color:#333333;
	text-decoration:underline;
}

.bodyContent {
	background-color:#E7E7DC;
}
.footer {
	width:700px;
	font-size:11px;
	text-align:center;
	margin-top:20px;
	font-weight:bold;
	background-color:#999966;
	border-top:2px solid white;
	height:30px;
	padding-top:10px;
	color:#333333;
}

.footer a {
	text-decoration:none;
	color:#333333;
}
.footer a:hover {
	text-decoration:underline;
	color:#333333;
}
.divContact {
	padding:10px;
	background-color:#CCCC99;
	border:1px solid silver;
	margin-top:10px;
	margin-right:10px;
}

.divContact input,
.divContact select,
.divContact textarea {
	width:150px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.divContact th {
	text-align:left;
}

.divAppointment {
	border:3px dashed #333333;
	background-color:#CCCC99;
	width:140px;
	font-weight:bold;
	margin:10px;
}
.divAppointment a {
	color:#333333;
	text-decoration:none;
}
.divAppointment a:hover {
	color:#333333;
	text-decoration:underline;
}
h2,h3 {
	margin-top:0px;
	margin-bottom:5px;
}
.itemSelected {
	font-weight:bold;
}
.label {
	background-image:url(images/bg_label.jpg);
	background-repeat:repeat-y;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	padding:3px;
	color:white;
}

.external {
	font-weight:bold;
	font-size:11px;
	color:#333333;
}