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

body, td, p, div {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:13px;
}

td {
	vertical-align:top;
}

h1, h2, h3, h4 {
	color:#cc0000;
	font-size:16px;
}

h1 {
	border-bottom: 1px solid #cccccc;
}

strong, bold {
	color: #cc0000;
}

div.menu {
	background-color:black;  
	color:white;
}

div.menu a 
{
	color:white !important;
	font-weight:bold;
}

.whiteMenu a {
	color: white;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.whiteMenu a:hover {
	color: #f0f0f0;
}

div.menu .space, div.whiteMenu .space {
	margin-left:10px;
	margin-right:10px;
	color:white;
}

.bigCenteredText {
	font-size:22px;
	color:#622A8B;
	text-align:center;
	font-weight:bold;
}

.black {
	color: #000;
}

.bigger {
	font-size:18px;
}

.red, .bigred, .bigred strong, .red strong, p.red strong {
	color: #cc0000 !important;
}

.doctorBody strong, .doctorBody  table.strongTable td  {
	color: #00468C;
	font-weight:bold;
}

.doctorBody h1 {
	color: #cc0000;
	font-size:22px;
}

.doctorBody h2, .doctorBody h2 strong  {
	color: #cc0000 !important;
	font-size:22px;
}

.doctorBox, .doctorBox p {
	font-size:17px !important;
}

.doctorBody a {
	color: #00468C;
}

.bigred, .bigred strong {
	font-size: 16px;
}