@charset "utf-8";
.pageborder {
	border: 10px ridge #0066FF;
}
.watermark {
	background-image: url(images/k9watermark.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.blackbar {
	background-image: url(images/blackbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.redbartab {
	background-image: url(images/redbartab.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	padding: 3px;
	font-weight: bold;
	margin: 5px;
}
.redborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CC3300;
}
.mainpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}

.bullettlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	list-style-image: url(images/redbullett.gif);
	list-style-type: disc;
}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #D20030;
	font-weight: bold;
}

.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;

}

