﻿/*
###################################
	Default text style
###################################
*/
body
{
	font-family: Georgia;
	font-size: 12px;
	color: #212121;
	line-height: 21px;
}

/*
###################################
	Links
###################################
*/
a
{
	color: #69962e;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.LinkGrayNormal	
{
	color: #504e49;
	font-weight: normal;
}
.LinkGrayNormal:hover
{
	text-decoration: underline;
}
.LinkSemiBlackNormal
{
    color: #252525;
	font-weight: normal;
}
.LinkGrayBold	
{
	color: #504e49;
	font-weight: bold;
}
.LinkLightGrayBold
{
	color: #76736e;
	font-weight: bold;
}
.ClickText
{
    cursor: pointer;
}

/*
###################################
	Fonts
###################################
*/
.Small
{
	font-size: 11px;
}
.FontSize11
{
    font-size: 11px;
}
.FontSize12
{
    font-size: 12px;
}
.FontSize14
{
    font-size: 14px;
}
.FontSize13
{
    font-size: 13px;
}
.LineHeight18
{
    line-height: 18px;
}
.LineHeight36
{
    line-height: 36px;
}
.FontBold
{
    font-weight: bold;
}
.FontFamilyArial
{
    font-family: Arial;
}
.TextGray
{
    color: #7d7d7d;
}
.TextWhite
{
    color: #fff;
}

/*
###################################
	Textplate
###################################
*/
.TextPlate
{
	padding-left: 3px;
}
.IntroPlate
{
	padding-left: 3px;
	padding-bottom: 15px;
}
.TextPlate p, .IntroPlate p, .RecipesViewTextPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 16px;
}
.RecipesViewRightBoxSpanPadding p
{
	padding: 0px;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 9px;
}
.TextPagePlateLeft .TextPlate p
{
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

/*
###################################
	Subject
###################################
*/
.Subject
{
	 padding: 0px;
	 padding-left: 3px;
}
.SubjectImage
{
	padding-top: 0px;
	padding-bottom: 16px;
}
h1	
{	
	color: #504831;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	line-height: 28px;
	font-family: Georgia;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 13px;
}
h1.News
{	
	color: #504831;
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	line-height: 25px;
	font-family: Georgia;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 13px;
}
h2
{
	padding: 0px;
	margin: 0px;
	font-size: 21px;
	line-height: normal;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 16px;
	padding-left: 3px;
	color: #3d3d3d;
}
h2.FarmerCode
{
    color: #504831;
    padding: 0px;
    margin: 0px;
	font-size: 14px;
	line-height: 17px;
	font-family: Georgia;
	font-weight: normal;
	padding-left: 4px;
	padding-bottom: 1px;
	padding-top: 9px;
}
h2.Arial
{
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	line-height: 21px;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 13px;
	color: #212121;
}
.htmlareaSubHeader, h3
{
	font-family: Arial;
	font-size: 14px;
	color: #606060;
	font-weight: 600;
	padding: 0px;
	margin: 0px;
	line-height: 21px;
}

/*
###################################
	Padding
###################################
*/
.NoBottomPadding
{
	padding-bottom: 0px;
}

/*
###################################
	Default liststyle
###################################
*/	
ul
	{
		list-style-type: disc;
		padding: 0px;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
ol
	{
		padding: 0px;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		margin-left: 20px;
	}
	
ul li, ol li
	{
		padding-top: 0px;
		padding-bottom: 6px;
	}
	
ul li span
	{
	}
