/* Presentation Stylesheet */ 

html {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: medium;
}
textarea {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
	border: 1px solid #f39801;
}
td {
	font-size: small;
}
h1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: medium;
	font-weight: lighter;
}
h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: medium;
}
h3 {
	font-size: medium;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: small;
	color: #999999;
}
h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	color: #999999;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}

img { 
border: #666666; 
} 

.largetitle {
	font-size: large;
	color: #666666;
	margin: 0;
	padding: 0;
}
.largetitlefish {
	font-size: large;
	color: #0a53a0;
	margin: 0;
	padding: 0;
}
.largetitlevegetable {
	font-size: large;
	color: #469c23;
	margin: 0;
	padding: 0;
}
.largetitlemeat {
	font-size: large;
	color: #e85311;
	margin: 0;
	padding: 0;
}
.largetitlepoultry {
	font-size: large;
	color: #f39801;
	margin: 0;
	padding: 0;
}
.mediumtitle {
	font-size: medium;
	color: #666666;
	margin: 0;
	padding: 0;
}
.mediumtitlefish {
	font-size: medium;
	color: #0a53a0;
	margin: 0;
	padding: 0;
}
.mediumtitlevegetable {
	font-size: medium;
	color: #469c23;
	margin: 0;
	padding: 0;
}
.mediumtitlemeat {
	font-size: medium;
	color: #e85311;
	margin: 0;
	padding: 0;
}
.mediumtitlepoultry {
	font-size: medium;
	color: #f39801;
	margin: 0;
	padding: 0;
}
.textfish {
	font-size: small;
	color: #00adef;
}
.textvegetable {
	font-size: small;
	color: #47aa42;
}
.textmeat {
	font-size: small;
	color: #820024;
}
.textpoultry {
	font-size: small;
	color: #b06831;
}
.textwhite {
	color: #ffffff;
}
.mediumtext {
	font-size: small;
	margin: 0;
	padding: 0;
}
.smalltext {
	font-size: x-small;
	margin: 0;
	padding: 0;
}
.sub {
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.greytext {
    color: #333333;
}
.redtext {
    color: #FF3300;
}
.inputborder {
    border: 1px solid #f39801;
}