body, td, .standardText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

input {
	margin: 3px;
}

.pageCenterTitle {
	text-align: center;
	font-size: 20px;
	font-weight: Bold;
	padding-top:13px;
	padding-bottom:16px;
}

.navLinks {
	TEXT-ALIGN: center;
	padding-bottom:20px;
}

.required {
	color: blue;
}

.animalTabActive {
	text-align: center;
	padding: 5px;
	background: #0000ff;
	color: white;
	font-weight: bold;
	cursor: pointer;
}

.animalTab {
	text-align: center;
	background: #b0e0e6;
	color: #0000ff;
	font-weight: bold;
	cursor: pointer;
}

.animalTabTable {
	border-top-style: solid;
	border-width: 3px;
	border-color: #0000ff;
}

.animalTabContentHidden {
	visibility: hidden;
	position: absolute;
}

.animalTabContentVisible {
	visibility: visible;
	position: absolute;
}

a:link {
	color: blue;
	font-decoration: underline;
}
	
a:visited {
	color: purple;
	font-decoration: underline;
}
	
a:active {
	color: blue;
	font-decoration: underline;
}

a:hover {
	color: blue;
	font-decoration: underline;
}


.secondary {
	color: black;
}

.menuText {
	font-size: 10px;
	color: black;
}

.menuText a:link, .menuText a:visited {
	color: black;
	text-decoration: none;
}

.menuText a:hover {
	color: #0000ff;
}

.contentSectionHeader {
	background-color: #b0e0e6;
	text-align: center;
	font-weight: Bold;
	font-style: Italic;
	color: black;
}

.myRescueBoxTable {
	border-style: solid;
	border-width: thin;
	border-color: black;
}

.myRescueBoxTitle {
	text-align: center;
	background-color: #b0e0e6;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #b0e0e6;
	border-bottom-width: th;
	border-bottom-color: black;
	font-weight: bold;
	font-size: 13px;
	color: black;
}

.myRescueBoxTitleText {
	text-align: center;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

.animalTableHidden, A.animalTableHidden:link, A.animalTableHidden:active, A.animalTableHidden:visited, A.animalTableHidden:hover {
	text-align: left;
	background-color: #0000ff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

.animalTableEven, A.animalTableEven:link, A.animalTableEven:active, A.animalTableEven:visited, A.animalTableEven:hover {
	text-align: left;
	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.animalTableOdd, A.animalTableOdd:link, A.animalTableOdd:active, A.animalTableOdd:visited, A.animalTableOdd:hover {
	text-align: left;
	background-color: #b0e0e6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}
.secondary {
	width: 150px;
}