@charset "utf-8";
.highlight {
	background: #FFFF40; 
}
.heading {
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	color: #B90000;
}
.heading_xmas {
	font-family:"Old English Text MT";
	font-size: 200%;
	font-style: normal;
	font-weight: bold;
	color: #B90000;
}
.heading_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}
.text_italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.text_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #660000;
}
.text_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003300;
}
.text_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #600;
}
.text_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
}
.lib_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 50%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}
.a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00C;
}

.text_bright_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F00;
}
.text_bright_grteen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #090;
}
#top {
	background-image:url(../pets/images/top.gif);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
#middle {
	background-image:url(../pets/images/middle.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-attachment:scroll;
}
#bottom {
	background-image:url(../pets/images/bottom.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}


