/* CSS Document */
body {background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
hr {color: red;
height: 1px;
}
table.mission {width: 200px;
background-color: #663366;
float: right;
color: white;
font-size: 8pt;
padding: 5px;
border: 1px solid #663366;
}


table.main {
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: none;
	margin: 0px;
}
td.pets {
	background-color: red;
	text-align: center;
	border: none;
}
td.logo {width: 620px;
background-color: white;
	border: none;
}
td.tag {width: 620px;
background-color: white;
	border: none;
}
td.address {
	width: 620px;
	padding: 2px;
	background-color: red;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	text-align: right;
	border: none;
	vertical-align: middle;
	font-weight: bold;
}
td.nav {background-color: red;
padding: 0px;
vertical-align: top;
width: 150px;
	border: none;
}
td.body {
	vertical-align: top;
	padding: 5px 5px 5px 8px;
	width: 620px;
	background-color: white;
	margin: 10px;
	border-top: 2px none #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 2px none #FF0000;
}
td.footer {
	background-color: white;
	vertical-align: top;
	width: 620px;
	height: 25px;
	text-align: center;
	font-size: 7pt;
	line-height: 18px;
	border: none;
}
a {color: blue;
text-decoration: underline;
}
a:hover {color: white;
text-decoration: none;
background: green;
}
form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
fieldset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #FF0000;
	padding: 5px;
}
.mainHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: green;
	padding: 5px;
	border-left-style: none;
	border-top-color: green;
	border-right-color: green;
	border-left-color: green;
	border-right-style: none;
}
.subHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #663366;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
legend {font-weight: bold;
color: #663366;
}

li {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
}.main tr .body p {
	font-family: Verdana, Geneva, sans-serif;
}
