BODY { 
	 background-color: #FFFFFF;
	 margin-right: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-bottom: 0px;
}

/*-----Text-----*/

/*Will automatically define all text (family, size, color, line-spacing) on page unless otherwise specified*/
TD  {  
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 80%;
   font-style: normal;
   font-weight: normal;
   color: #000000; 
   font-weight: normal;
   line-height: 125%;
}
/*Use for smaller content*/
.textsmall { 
   font-size: 85%;
   line-height: 100%;
}

/*Use for captions of pics*/
.textcaption {
   font-weight: bold;
   color: #666666;
}

/*Use for breadcrumb*/
.textbreadcrumb {
   font-size: 90%;
   font-weight: bold;
}

/*For footer*/
.nine	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 65%;
}

/*Use for captions of pics*/
.textcaption {
   font-weight: bold;
   color: #666666;
}

TH {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	background-color: #fff345;
	text-indent: 2px;
	white-space: normal;


}



/*-----End Text-----*/

/*-----Headers-----*/

/*Large*/
H1 {  
   font-size: 140%; 
   margin-left: 0px; 
   line-height: normal; 
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 12px;
}

/*Medium*/
H2 {  
   font-size: 125%; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold;
   margin-left: 0px; 
   margin-top: 0px;
   margin-bottom: 8px;
}

/*Small*/
H3 {  
   font-size: 100%; 
   font-style: normal; 
   line-height: normal; 
   font-weight: bold;
   margin-left: 0px; 
   margin-top: 0px;
   margin-bottom: 0px;
}

/*-----End Headers-----*/

/*-----Images-----*/

/*For medium images*/

img.imagespacing {
   border-style: solid; 
   border-width: 1;
   border-color: #000000;
   margin-top: 3px; 
   margin-bottom: 3px;
   margin-left: 12px;
   margin-right: 12px;
}

img.imagerecipes {
   border-style: solid; 
   border-width: 1;
   border-color: #000000;
   margin-top: 3px; 
   margin-bottom: 3px;
   margin-left: 20px;
   margin-right: 20px;
   float: right;
}

img.imagenoborder {
   border-style: none; 
   border-width: 0;
   margin-top: 3px; 
   margin-bottom: 3px;
   margin-left: 20px;
   margin-right: 20px;
}

img.imagenospacing {
   border-style: none; 
   border-width: 0;
   margin-top: 0px; 
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
}

/*-----End Images-----*/

/*-----Links-----*/
/*General Links - Will automatically define styles for all links unless otherwise specified.*/
/*Plus Any link where class is not specified - small non-bold with underline - also used by breadcrumbs*/
  
A:link { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#00007F;
   text-decoration:underline;
}

A:active { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#3366cc; 
   text-decoration:underline;
}

A:visited {
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#993399;
   text-decoration:underline;
}

A:hover { 
   font-family: Verdana, Helvetica, Arial, sans-serif; 
   font-size: 100%; 
   font-style: normal; 
   font-weight: normal; 
   color:#990000; 
   text-decoration:underline;
}

/*Top navigation - White bold small*/

a.linknav:link {
   font-size:90%;
   color:#ffffff;
   text-decoration:none; 
   font-weight: bold;
}

a.linknav:visited {
   font-size:90%;
   color:#ffffff;
   text-decoration:none; 
   font-weight: bold; 
}

a.linknav:hover {
   font-size:90%;
   color:#CCCCFF;
   text-decoration:none; 
   font-weight: bold;
}

/*Headlines - Larger bold with no underline*/

a.linkheadline:link {
   font-size:125%; 
   text-decoration:underline; 
   font-weight: bold; 
}
a.linkheadline:visited {
   font-size:125%;
   text-decoration:underline;
   font-weight: bold; 
}
a.linkheadline:hover {
   font-size:125%; 
   text-decoration:underline; 
   font-weight: bold; 
}

/*Other - smaller bold with underline*/

a.linkbold:link {
   font-size:90%;
   font-weight: bold;
}

a.linkbold:visited {
   font-size: 90%;
   font-weight: bold; 
}

a.linkbold:hover {
   font-size: 90%
   font-weight: bold;
}

/*----End Links-----*/

/*----Tables-----*/
/*Will automatically provide layouts for all tables unless otherwise specified*/
TABLE {
   border: none;
   padding: 0px;
   cellspacing: 0px;
}

/*Recommended for tables with data - not used for layout*/
table.tabledata {
	padding: 4;
	border: thin solid #cccccc;


}
/*-----End Tables-----*/

form.frontsearch {
margin-bottom: 8px;
margin-top: 9px;
}

