body {
	background-color: #EF3C42;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}
.Nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #686868;
	color: #FFFFFF;
}
.Footer {
	background-image: url(../images/Footer-Bg.jpg);
	background-repeat: repeat-y;
	padding-right: 25px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3d3d3d;
}
.ContentCell {
	width: 700px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../images/Watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-bottom: 75px;
}
.DoctorImage-Padding {
	padding-right: 50px;
}
.TextLinks {
	font-size: 10px;
	color: #FFFFFF;
}
.TextLinks a{
	color: #FFFFFF;
	text-decoration:none;
}
.TextLinks a:hover{
	text-decoration:underline;
}
h1 {
	font-size: 15px;
	margin: 0px;
}
h2 {
	font-size: 15px;
	margin: 0px;
	color: #CC0000;
}
.RestroomBg {
	background-image: url(../images/bathbg.jpg);
	background-repeat: repeat;
}
.FlashPadding {
	padding: 5px;
}
.MarqueeCell {
	background-image: url(../images/MarqueeBg.jpg);
	background-repeat: no-repeat;
	height: 41px;
	padding-right: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}
h4 {
	color: #0000CC;
	font-size: 12px;
	margin: 0px;
}
.DividerLine {
	background-color: #CCC;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.ContentCell .GreenText {
	color: #009900;
	font-weight: bold;
}
.blinkingText{
	text-decoration:blink;
	font-size: 13px;
	margin: 0px;
	color: #CC0000;
}

