﻿html, body {
	height: 100%;
	background-color: #0D469A;
}

html, body, table, td, tr, form p, b {
	table-layout: auto;
	border-collapse: collapse;
	border-style: none;
	border-width: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, tahoma, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
}

a:active {
	/*text-decoration: none;*/
	color: #a20b0b;
}

a:visited {
	/*text-decoration: none;*/
	color: #a20b0b;
}

a {
	/*text-decoration: none;*/
	color: #a20b0b;
}
a:hover {
	color: #0D469A;
}

a.FooterNav:active {
	text-decoration: none;
	color: #818181;
}

a.FooterNav:visited {
	text-decoration: none;
	color: #818181;
}

a.FooterNav {
	text-decoration: none;
	color: #818181;
}
a.FooterNav:hover {
	color: #0D469A;
}

.Photos {
	border: 1px #d4d4d4 solid;
	padding: 3px;
}

.PhysicianPhotos {
	border: 1px #d4d4d4 solid;
	padding: 3px;
	cursor: pointer;
}
.PhysicianPhotos:hover {
	border: 1px #a20b0b solid;
}
.PhysicianPhotos_On {
	border: 1px #d4d4d4 solid;
	padding: 3px;
	background-color: #a20b0b;
	cursor: pointer;
}

.PhysicianDIV {
	float: left;
	text-align: center;
	margin-bottom: 5px;
	width: 120px;
	height: 125px;
}


.Headings {
	padding-left: 5px;
	color: #bc2d2d;
	font-family: arial, verdana, tahoma, helvetica, geneva, sans-serif;
	font-size: 15px;
	font-style: italic;	
}

td.SecondaryNavTD {
	height: 40px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #0D469A;
	border: 1px #ffffff solid;
	cursor: pointer;
}
td.SecondaryNavTD:hover {
	background-color: #a20b0b;
}
td.SecondaryNavTD_On {
	height: 40px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #a20b0b;
	border: 1px #ffffff solid;
	cursor: pointer;
}


