@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bground.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #CC0033;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #999999;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color:#000000;
}

li.puppy_pak {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	color:#333333;
	margin:-20px;
	list-style-position: outside;
	list-style-type: disc;
}

/* Footer */

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color: #FFFFFF;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;

	color: color: #FFFFFF;
	color: #FFFFFF;
}
a.footer:hover {
	text-decoration: none;
	color: #FF9900;
}
a.footer:active {
	text-decoration: underline;
	color: #999999;
}
p.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 125%;
	color:#FFFFFF;
	font-weight:600;
}
.red {
	color: #FF0000;
}
.blue {
	color: #000099;
}


.red_text {
	color: #FF0000;
	font-size:10.75px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:ultra-condensed;
}
.blue_text {
	color: #000099;
	font-size:10.75px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:ultra-condensed;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1;
}
.img_border {
	border: thin solid #000000;
	padding:4px;
}
