body {
	font-family: Verdana, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin: 0;
}

p { /* remove all text margins */
	margin-top: 0;
	margin-bottom: 0;
}

 /* now set ALL rollover and tab-to colours NOTE they have to be in this order! */
/*a:focus, a:active, a:visited {
	color: #999999;  grey 
}*/

blockquote, blockquote p { /* to help hanging punctuation */
	text-indent: -0.5em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
	
form { display:inline; }  /* removes the horrible spacing after forms - makes them sit inline! */

/* paragraph margins */

p.site_search {  margin-top: 0px; margin-bottom: 9px; margin-left: 8px; }
	

/* rollover colors */

.breadcrumb a:focus, .breadcrumb a:active, .breadcrumb a:visited { color: #999999; } /* grey */
.breadcrumb a:hover, .breadcrumb_hi a:hover { color: #FF8C00; }/* orange */

.breadcrumb, breadcrumb_hi {
	color: #999999; /* grey */
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 6px;
}

.breadcrumb_hi {
	font-weight: bold;
	text-decoration: none;
}

