body {
	background-color: white;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

td, input {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding: 3pt;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

.body {
	background-color: white;
	font-weight: normal;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	background-color: white;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}

.reverse {
	background-color: #003366;
	color: white;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
		
/*anchor tags */
A:link {
	color: blue;
	text-decoration: underline;
}

A:visited {
	color: blue;
	text-decoration: underline;
}

A:active {
	color: #cc0000;
	text-decoration: underline;
}

A:hover {
	color: white;
	background-color: #cc0000;
	/*text-decoration: underline;*/
}

A:hover IMG {
	/* added 4-23 to prevent problem wher images
		with transparency (and not-fully-loded images)
		get filled-in with red when hovered over
	*/
	color: blue;
	background-color: white;
	text-decoration: underline;
}

/* press release styles (may be used elsewhere) */
.disclaimer {
	font-style: italic;
	font-size: 11pt;
}

.comment {
	color: #003366;
	font-size: 11pt;
}

.contact {
	text-align: center;
}

/* topNav styles */

.topNavLayer {
	position: absolute;
	visibility: hidden;
	top: 25px;
	z-index: 200;
	background-color: #003366;
	layer-background-color: #003366;
	padding: .5em;
	background-image: url(/images/background_logo.gif);
	layer-background-image: url(/images/background_logo.gif);
	border: 1px none #000000;
}

.topNav {
	color: white;
	text-decoration: none;
	font: bold 8pt Arial, Helvetica, sans-serif;
}

a.topNav:link {
	color: white;
	text-decoration: none;
	font: bold 8pt Arial, Helvetica, sans-serif;
}

a.topNav:visited {
	color: white;
	text-decoration: none;
	font: bold 8pt  Arial, Helvetica, sans-serif;
}

a.topNav:active {
	color: white;
	text-decoration: none;
	font: bold 8pt Arial, Helvetica, sans-serif;
}

a.topNav:hover {
	color: white;
	text-decoration: none;
	font: bold 8pt Arial, Helvetica, sans-serif;
	background-color: red;
}

.sectionTitle {
	color: white;
	font: bold 14pt Arial, Helvetica, sans-serif;
}

/*other styles */
.pageHead {
	background-color: #cc0000;
	font-weight: bold;
	font-size: 22pt;
	color: white;
	letter-spacing: .25em;
	font-family: Garamond, Palatino, Georgia, "Times New Roman", Times, serif;
}

.subHead {
	font-weight: bold;
	font-size: 18pt;
	color: #cc0000;
	letter-spacing: .25em;
	font-family: Garamond, Palatino, Georgia, "Times New Roman", Times, serif;
}

.subSubHead {
	font-weight: bold;
	font-size: 12pt;
	color: #cc0000;
	text-decoration: underline;
	/*font-family: Garamond, "Times New Roman", Palatino, Times, serif;*/
}

.dirLink { /* really should be called breadcrumb */
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

.small {
	font-size: 9pt;
}

A.dirLink:link {
	color: #0000ff;
	text-decoration: underline;
}

A.dirLink:visited {
	color: #0000ff;
	text-decoration: underline;
}

A.dirLink:active {
	color: #cc0000;
	text-decoration: underline;
}

A.dirLink:hover {
	color: white;
	background-color: #cc0000;
	text-decoration: none;
	font-weight: normal;
}

/* new yard tour styles */
.popupTitle {
	font-size: 8pt;
	color: white;
	background-color: #003366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.popupBody {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}


/*footer styles*/
.footer {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

P.footer { 
	text-align: center;
	margin-bottom: 2px;
	margin-top: 2px;
}

A.footer:link {
	color: #0000ff;
	text-decoration: underline;
}

A.footer:visited {
	color: #0000ff;
	text-decoration: underline;
}

A.footer:active {
	color: #cc0000;
	text-decoration: underline;
}

A.footer:hover {
	color: #cc0000;
	background-color: white;
	text-decoration: underline;
	font-weight: normal;
}

/* search widget styles */
th.search {
	font-size: 9pt;
}

td.search {
	font-size: 9pt;
}

.searchInput {
	color: #cc0000;
	font-size: 8pt;
}

.searchHeading {
	color: #cc0000;
	font-size: 9pt;
	font-weight: bold;
	background-color:#003366
}

.seeAbove {
	font-size: 8pt;
	color: #999999;
	font-style: italic;
	text-decoration: none;
}