/* CSS Document */

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF7800;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FF7800;
}
.events {
	background-color: #FFE4CC;
}
.text {
	margin: 20px;
}
.eventtext {
	margin-left: 10px;
	margin-right: 10px;
}
.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7800;
	margin-left: 10px;
	margin-right: 10px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF7800;
	text-decoration: underline;
	}
a:hover {
	color: #CC6101;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FF7800;
	border: 1px dotted #000000;
}
.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CCCCCC;
	border: 1px dotted #000000;
}
.hr {
	border: 1px dotted #FF7800;
}
li {
	margin-left: 20px;
	margin-right: 20px;
	list-style-image: url(images/paw.gif);
}
.kittycare {
	color: #FF0000;
}
td.marketing {
	color: #FF7800;
}
