body {
	margin: 21px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	background: #fff;
	color: #000;
}

.maintext
{
	font-size: 12px;
	color: #000000;
}
.greytextbold
{
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}
.whitetext
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}
.redtext
{
	font-weight: bold;
	font-size: 12px;
	color: #901;
}
.redlinks {
	font-size: 12px;
	color: #901;
	text-decoration: underline;
}
.rhlink:Hover {
	font-size: 12px;
	color: #5b738f;
	text-decoration: none;
}
.rhlink {
	font-size: 12px;
	color: #5b738f;
	text-decoration: underline;
}
.redlinks:Hover {
	font-size: 12px;
	color: #901;
	text-decoration: underline;
}
table#schedule	{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
table#schedule td	{
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
table#appt td	{
	background: #999999;
}

	.palebluelarge {
		font-size: 24px;
		color: e0e0e0;
	}
	.darkbluelarge {
		font-size: 24px;
		font-weight: bold;
		color: 5a6a87;
	}
	.darkblue {
		font-size: 11px;
		font-weight: bold;
		color: 5a6a87;
	}
	.smalltext
	{
		font-size: 10px;
		color: #000000;
	}
	.smallwhitetext
	{
		font-weight: bold;
		font-size: 10px;
		color: #ffffff;
	}

