@charset "utf-8";
/* CSS Document */

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bolder;
	font-style: oblique;
	font-size: 16px;
	color: #653396;
}
h2{}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.right_column_titles{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	text-align: center;
	color: #000000;
	line-height: 20px;
}
.right_column_text{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.right_column_text a:link{
	color: #673499;
	text-decoration: none;
	font-weight: bold;
}
.right_column_text a:visited{
	color: #673499;
	text-decoration: none;
	font-weight: bold;
}
.right_column_text a:hover{
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.right_column_text a:active{
	color: #663399;
}
#appointment_box_middle a:link{
	color: #623391;
	font-weight: bold;
	text-decoration: none;
}
#appointment_box_middle a:visited{
	color: #673499;
	text-decoration: none;
	font-weight: bold;
}
#appointment_box_middle a:hover{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#appointment_box_middle a:active{
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8D9986;
}
.footer a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:active{
	color: #FFFF00;
	text-decoration: none;
}
.footer a:hover{
	color: #D1C2E1;
	text-decoration: underline;
}
