body {
	background-color: #F4F2C8;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3, h4 {
	color: #2B6FB6;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size:18px
}
h1, h2, h3, h4 a{
	color: #2B6FB6;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size:18px
}
h2 a { 
	color: #2B6FB6;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	font-size:18px !important
} 

:focus
{
  -moz-outline-style: none;
}

a img {
	border: 0;
	border-left: 0;
	outline-style:none;
	outline:none;
}
a:active img {
	border: 0;
	border-left: 0;
	outline-style:none;
	outline:none;
}

a:link {
	color: #00AC9E;
	text-decoration: none;
	font-family: sans-serif; 
	font-size:12px
	
	}
a:visited { 
	color: #00AC9E;
	text-decoration: none;
	font-family: sans-serif;
	}
a:hover {
	color: #990000;
	text-decoration: none;
	font-family: sans-serif;
	}
a:active { 
	color: #333333;
	font-family: sans-serif;
	}
.title{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	font-weight: bold;
}

.ingred{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.recipetitle{
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.contentBLK{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.cardTitle{
	color: #000000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
}

.content{
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	
}
.content:link{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AC9E;
	font-size: 12px;
	text-decoration: none;

}
.content:visited{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AC9E;
	font-size: 12px;
	text-decoration: none;
}
.content:hover{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}


.contentLRG{
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
	
}
.contentLRG:link{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AC9E;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;

}
.contentLRG:visited{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00AC9E;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}
.contentLRG:hover{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	font-weight:bold;
}



.contentItal{
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

li {
	
	line-height: 14px;
	list-style-type:square;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -570;
left: -260px; /*position where enlarged image should offset horizontally */

}
.4by6{
	BORDER-RIGHT: #ff0000 2px dotted;
	BORDER-TOP: #ff0000 2px dotted;
	FONT-SIZE: 8pt;
	BORDER-LEFT: #ff0000 2px dotted;
	COLOR: #333333;
	BORDER-BOTTOM: #ff0000 2px dotted;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 576px;
	height: 384px;
	padding: 5px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.fullpage{
	BORDER-RIGHT: #ff0000 2px dotted;
	BORDER-TOP: #ff0000 2px dotted;
	FONT-SIZE: 8pt;
	BORDER-LEFT: #ff0000 2px dotted;
	COLOR: #333333;
	BORDER-BOTTOM: #ff0000 2px dotted;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 800px;
	padding: 5px;
	background-color:#FFFFFF;
	overflow:hidden;


}
.3by5{
	BORDER-RIGHT: #ff0000 2px dotted;
	BORDER-TOP: #ff0000 2px dotted;
	FONT-SIZE: 8pt;
	BORDER-LEFT: #ff0000 2px dotted;
	COLOR: #333333;
	BORDER-BOTTOM: #ff0000 2px dotted;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	width: 480px;
	height: 288px;
	padding: 5px;
	background-color:#FFFFFF;

}



.contentCard{
	color: #666666; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-decoration: none;
}
