.my_recipe_box_welcome
{
	font-weight: bold;
	color: #000000;
}

.recipe_type_link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 30px;
}

.recipe_teaser
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	/*margin-bottom: 10px;*/
	padding-bottom: 10px;
}

.recipe_type_link:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-decoration: underline;
	color: #CCCCCC;
	margin-left: 30px;
}
.monthly_title
{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.monthly_selection
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.monthly_header
{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 26px;
}
a.monthly_header:hover
{
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	line-height: 26px;
}
.monthly_content
{
	font-family: Verdana;
	font-size: 11px;
	color: gray;
}
.recipe_container {
	/*border: 1px solid #CCCCCC;*/
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding: 20px;
	width: 515px;	
}
.recipe_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.recipe_description
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	/*text-align: center;*/
	margin-top: 10px;
	margin-bottom: 10px;
}
.recipe_servings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ingredients_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8f8f8f;
	margin-top: 20px;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
dl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 6px;
	margin-top: 10px;
	line-height: 16px;
}
dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	line-height: 22px;
}
.instructions_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8F8F8F;
	margin-top: 10px;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.instruction_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 6px;
	margin-top: 10px;
	list-style-type: none;
	line-height: 16px;
}
.nutritional_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #8f8f8f;
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.nutritional_data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin-left: 6px;
	margin-top: 10px;
}