<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(ausMeatMenu.css);
@import url(ausMeatMenuBeef.css);
@import url(ausMeatMenuVeal.css);
@import url(ausMeatMenuSheepMeat.css);
@import url(ausMeatMenuGoatMeat.css);

BODY {
	font-family : verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #000;
	scrollbar-face-color : #D94027;
	scrollbar-shadow-color : #D94027;
	scrollbar-highlight-color :#D94027;
	scrollbar-3dlight-color : #FFB4A8;
	scrollbar-darkshadow-color : #6A1405;
	scrollbar-track-color : #992E1D;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #26517D;
	background-color: #434242;
	background-image:  url(images/masthead_bgd.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

ul.general{
	padding: 0 0 0 20px;
	margin: 0;
}

li.general{
	list-style: none;
	list-style-image: url(images/arrow.gif);
	margin: 3px 0;
}

#emenu, #emenu ul {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#emenu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-left: 5px
}

#emenu a.menuitem {
	display: block;
	width: 170px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#emenu a.menuitem:Hover {
	display: block;
	width: 170px;
	color: #666666;
	background: #CFCFCF;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

#emenu a.menuitemlast {
	display: block;
	width: 170px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#emenu a.menuitemlast:Hover {
	display: block;
	width: 170px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #CFCFCF;
}

img.imageborder {
	border-style:solid;
	border-color:#666666;
	border-width:1px;
  }

.footer {
	font-family : verdana, Helvetica, sans-serif;
	font-size : 10px;
	color : #A1A1A1;
	text-align: center;
}

.footer a {
	color : #A1A1A1;
	text-decoration : underline;
}

.footer a:HOVER {
	color : #A1A1A1;
	text-decoration : underline;
}

A{
	font-family: verdana, Helvetica, sans-serif;
	text-decoration : underline;
	color : #000000;
}
A:HOVER{
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: underline;
	color : #000000;
}

.fields {
	width : 108px;
	background-color :#CCCCCC;
	color : Navy;
	font-weight : bold;
}

.pageHeader {
	font-size : 16px;
	font-weight : bold;
	margin:	0;
	color: #D94027;
	margin-bottom: 10px;
}
.contentHeader {
	font-family: Arial, Verdana;
	padding-left: 15px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
}
.contentArea {
	margin-bottom: 20px
}
.cutLink{
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
.cutLink:visited{
	font-family: verdana, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
.cutImage {
	border: 1px solid black;
}
.animalTopNav {
	color: #666666;
	font-family : arial-bold, arial;
	font-size : 14px;
	font-weight: bold;
	padding-top: 2px;
}

.howToUseSection {
	border: 3px solid black;
	padding: 10px;
	background-color: #F0F0F0
}
.howToUseBorder {
	border: 1px dashed red;
}
.howToUsePadded {
	padding: 5px;
}
#dhtmltooltip{
position: absolute;
width: 220px;
border: 1px solid black;
padding: 10px;
background-color: #CCCCCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}</pre></body></html>