/* Text formatting rules */
P, TD {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
}
B{
	font-weight : bold;
}
I{
	font-style : italic;
}
U{
	text-decoration : underline;
}
H1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ADAD5C;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.h1{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #990000;
	font-weight : bold;
}
H2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #990000;
	font-weight : bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.under_header{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #ADAD5C;
	font-weight : bold;
}
.h2{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #32323E;
}
UL {
	font-weight : normal;
}
/* Link formatting rules */
A, A:LINK, A:HOVER, A:VISITED {
	color : #990000;
	text-decoration : underline;
	font-weight : bold;
}

A.nonbold, A.nonbold:LINK, A.nonbold:HOVER, A.nonbold:VISITED {
	color : #990000;
	text-decoration : underline;
	font-weight : normal;
}

/* 'Breadcrumb' rules */
.breadcrumb {
	color : #990000;
	text-decoration : none;
	font-size : 7px;
}

.breadcrumbstatic {
	color : #990000;
	text-decoration : none;
	font-size : 10px;
}

a.breadcrumb:link, a.breadcrumb:hover, a.breadcrumb:visited {
	color : #990000;
	text-decoration : none;
	font-size : 10px;
}

a.underlinelink:link , a.underlinelink:hover, a.underlinelink:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : underline;
	font-weight : normal;
}

/* Custom classes */
.footer {
	font-size : 9.5px;
	text-align : center;
	color : #FFFFFF;

}
a.footernav, a.footernav:hover, a.footernav:visited {
	text-decoration : underline;
	color : #FFFFFF;
	font-weight : normal;
}


a.petlist:link, a.petlist:hover, a.petlist:visited {
	color : #990000;
	font-size : 11px;
	font-weight : bold;
}


/* HTML form styles */
form  {
	padding : 0;
	border : 0;
	margin : 0;
}
.text {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	width : 225px;
	height : 18px;
}
.textarea {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	width : 225px;
	height : 60px;
}
.select {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 8px;
	width : 155px;
	height : 20px;
}

