@charset "utf-8";
/* CSS Document */
body {
	background-color: #CF5830;
	margin-left: 7px;
	margin-top: 7px;
	margin-right: 7px;
	margin-bottom: 7px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-x;
}
.table-border {
	border: 1px solid #E9DCA0;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a {
	color: #A24728;
}

a:hover {
	color: #CD5F3A;
}
.bottom-links {
	color: #DDC76E;
}

.bottom-links:hover {
	color: #CC9933;
}

.pediatric-image {
	background-image: url(../images/pediatric.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.form-elements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
}

.small-text {
	font-size: 10px;
}

.smallish-text {
	font-size: 11px;
}

.large-links {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #203121;
	font-weight: bold;
	text-decoration: none;
}
.large-links:hover {
	color: #203121;
	text-decoration: underline;
}
.home-headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #203121;
	font-weight: bold;
}
.home-headings-news {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CD5F3A;
	font-style: italic;
	font-weight: bold;
}

.news-text {
	color: #E9DCA0;
	font-size: 12px;
}
.news-text-link {
	color: #DC8E74;
}
.news-text-link:hover {
	color: #E4A894;
}
.page-titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #203121;
	font-style: italic;
	font-weight: bold;
}

.rb-border {
	border: 2px solid #D73D25;
}
.rb-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}