body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #E2E0D3;
	background-image: url(/common/images/back_page.jpg);
	margin: 0px;
	padding: 0px;
	
}

.cellWhite {
	background-color: #FFFFFF;
}
.cellLight {
	background-color: #E2E0D3;
}
.cellMed {
	background-color: #C9C3A9;
}
.cellMed_bold {
	background-color: #C9C3A9;
	font-weight:bold;
	font-size: 11px;
	height:18px;
}
.cellMed_black {
	background-color: black;
	font-weight:bold;
	font-size: 11px;
	height:18px;
	color:#FFFFFF;
}
.cellMed_bold_small {
	background-color: #C9C3A9;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #59553C;
}
.NewsStory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #59553C;
	text-align:left;
}
.NewsStory_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #59553C;
	text-align:left;
}
.StaffCategory1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}
.StaffCategory2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #59553C;
	text-align:center;
}
.StaffName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #59553C;
	text-align:center;
}
.NoAppointment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
.ErrorLine {
	font-weight: bold;
	color: #990000;
}


