/* CSS file for standard styles */

/* Global Text and Paragraph Styles */

.copyright {
	font-family:           	Helvetica, Arial, sans-serif;
	font-size:				75%;
	color: 					#FFFFFF;
	text-align:				center;
}

.bold {
	font-weight:			bold;
}

.italic {
	font-style:				italic;
}

.large {
	font-size:				125%;
}

.small {
	font-size:				75%;
}


/* Link Styles */

a:link {
	color:					#6666FF;
}

a:visited {
	color:					#FFCC33;
}

a:active {
	color:					#99FFFF;
}


/* Table and Cell Styles */

/* Animal Image Table Styles */

table.images {
	width:					790;
}

table.images tr td {
	text-align:				center;
	border-spacing:			5px 5px;
	border-collapse:		separate;
	padding:				5px 5px 5px 5px;
	font-size:				75%;
	color:					#99ffcc;
}


/* Left Sidebar Styles */

td.leftsidebar {
	vertical-align:			top;
	color:					#cc6600;
}

td.leftsidebar p {
	text-align:				center;
}


/* Eyes Styles */

.eyes {
	color:					#cc6600;
	text-align:				center;
}

/* Eyes Styles */

form.giftcert {
	vertical-align:			middle;
	margin-top:				3px;
	margin-bottom:			2px;
}