
/* CSS Document */

body {	
	margin: 0px 0px 0px 0px;
}
td { 	
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	color: #333;
}
.white { 
	color: #fff;
}

.allergynutrition_visual {
	padding-left: 15px;
	border-bottom: 1px solid #930;
	background: #fff url(imgs/red_apples.jpg) no-repeat;}

.allergynutrition_contact { 	
	font-size: 11px;
	line-height: 1.4;
	background-color: #930;	
	border-left: 1px solid #f93;	
	border-bottom: 1px solid #f93;
}

.allergynutrition_nav {  	
	padding: 25px 0px 10px 10px;
	line-height: 1.5;
	border-right: 1px solid #930;
	font-size: 14px;	/*** Update 06112008 ***/
}

.allergynutrition_text {	
	color: #333;
	padding: 25px 40px 25px 40px;
	line-height: 1.4;
	font-size: 12px;
	text-align: justify;
}

.allergynutrition_form { 	
	font-size: 12px;
	color: #f93;	
	border-left: 1px solid #f93;
	background-color: #930;
}

.allergynutrition_footer { 	
	border-top: 1px solid #930;
	font-size: 10px;
	color: #f93;
}
						
/*** ANCHOR tags ***/
a {	
	font-size: 14px;
	font-weight: 600;
	color: #930;
	text-decoration: none;
}
a:hover {	
	color: #f93;
}
a.selected {
	color: #f93;
}


a.contact {	
	color: #fff;
	font-size: 11px;
	font-weight: 600;
}
a.contact:hover {
	color: #f93;
}

a.by {	
	font-size: 10px;
	color: #f93;
}
a.by:hover {	
	color: #000;
}

/*** HEADING TAGS ***/
h1 {	
	font-size: 20px;
	color: #f93;
}
h2 {	
	font-size: 16px;
	color: #f93
}
	