/* CSS Document */

body {
	margin:0px;
}
p,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#663399;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
.breadcrumbnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
.sm {
	font-family:Verdana;
	font-size:10px;
}

/* global link color */
a:link, a:visited, a:active {
	color: #663366;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* nav link color */
a.nav:link, a.nav:visited, a.nav:active {
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
a.nav:hover {
	text-decoration: underline;
}

#headertext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#eeeeee;
	text-align:center;
}
#lineheight {
	line-height:1.6;
}
.maincolor {
	/* background-color:#FF9933;   orange */
	 background-color:#663366;  /* purple */
	/* background-color: #003366;  /*mauve */
	/* background-color: #A87E00;  mustard */
	/* background-color:#E35B00;  dark orange */
	/* background-color:#E00000; red */
	/* background-color:#993300  burgendy */
	/* background-color:#346AA1; brilliant blue */
	/* background-color:#2A7F80; aqua */
	/* background-color:#006633; green*/
	/* background-color: #008AA3;  deep aqua */
}
.red_style {
	color: #FF0000;
	font-weight: bold;
}

#copyright {
	font-family:verdana;
	font-size:11px;
	text-align:center;
	padding-top:5px;
}
#footertext {
	font-family:verdana;
	font-size:10px;
	color:#CCCCCC;
	margin-top:20px;	
	width:600px;
	text-align:left;

}
#refrigerated_items td {
	font-family:verdana;
	font-size:10px;
}