/* ------------------------------------------------------------------------------------- */

body {
	margin: 0px;
	background: #FFFFFF url('../images/bg_main.gif') repeat-x top left;
}

p, li, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #C39909;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFCC33;
	text-decoration: underline;
}





#main-table {
	background: url('../images/bg_table.gif') repeat-y top left;
}
#index-section-1 {
	background: url('../images/index_r6_c2.gif') repeat-y top left;
}
#index-section-1-content {
	padding: 10px;
	margin: 0px;
}
	#index-section-1-content a:link, #index-section-1-content a:visited {
		color: #716033;
		text-decoration: underline;
	}
	#index-section-1-content a:hover, #index-section-1-content a:active {
		color: #F7F0DE;
		text-decoration: underline;
	}

#index-section-3 {
	background: url('../images/index_r12_c2.gif') repeat-y top left;
}
#index-section-3-content {
	padding: 10px;
	margin: 0px;
}


#doctor {
	background-color: #C39909;
}
	#doctor p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #FFFFFF;
		margin-left: 10px;
		margin-right: 10px;
	}
	
#footer {
	width: 700px;
	margin: 0px auto;
	padding: 0px;
	border: none;
	text-align: center;
	font-size: 11px;
}	
	#footer a:link, #footer a:visited {
		color: #C39909;
		text-decoration: underline;
	}
	#footer a:hover, #footer a:active {
		color: #FECF67;
		text-decoration: underline;
	}


input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}