body
{
}

A
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}

.MenuPanel
{
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: White
	font-family: Arial;
}

.MenuHead
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #e3a836;
	background-color: white;
	font-family: Arial;
}

.SubMenuHead
{
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: olivedrab;
	background-color: White;
	font-family: Arial;
}

.SubMenu
{	
	padding-right: 3px;
	border-top: 1px olivedrab solid;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
	background-color: White;
}

.MenuItem
{
	font-weight: bold;
	padding-left: 5px;

	color: black;
	
}

.Title
{
	font-weight: bold;
	font-size: 14px;
	color: #F6AA23;
	font-family: 'Arial';
	text-decoration: underline;
	
}
.Megatitle
{
	font-weight: bold;
	font-size: 20px;
	color: #e3a836;
	font-family: 'Arial';
	font-style:italic;
	
}

.TitleBlack
{
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	font-family: 'Arial', 'Helvetica';
	
}
.Title2
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	font-family: 'Arial';
	text-decoration: underline;
}

.TitleWhite
{
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	font-family: 'Arial', 'Helvetica';
	
}

.NewsBody
{
	color: #000000;
	font-family: 'Arial', 'Helvetica';
	font-size: 12px;
	font-weight: normal;
}
.Footer
{
	color: #FFFFFF;
	font-family: 'Arial', 'Helvetica';
	font-size: 10px;
	font-weight: bold;
}

.RecipieBody
{
	color: #000000;
	font-family: 'Arial', 'Helvetica';
	font-size: 10px;
	font-weight: normal;
}

.NewsBack
{
	background-color: #FFAE84;
}

.AlternatingNewsBack
{
	background-color: #FFC6A8;
}
.Link
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	background-color: transparent;
}
.LinkWhite
{
	font-weight: bold;
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	background-color: transparent;
}
.ReadMoreLink
{
	padding-left: 16px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(img/linkarrow.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	margin: 0px;
	
}

.ReadMoreLinkWhite
{
	padding-left: 16px;
	font-weight: bold;
	font-size: 10px;
	background-image: url(img/linkarrowwhite.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	color: #FFFFFF;
	background-color: transparent;
}

.PDFLink
{
	padding-left: 16px;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	background-image: url(img/pdf.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
}
.JPGLink
{
	padding-left: 16px;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	background-image: url(img/jpg.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
}
.PrintLink
{
	padding-left: 18px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	background-image: url(img/printlink.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	color: #e3a836;
}
.BackLink
{
	padding-left: 18px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	background-image: url(img/backlink.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	background-color: transparent;
	color: #e3a836;
}
.PrintLinkWhite
{
	padding-left: 18px;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
	height: 20px;	
	background-image: url(img/printlink.gif);
	background-repeat: no-repeat;
	font-family: Arial;
	color: White;
	background-color: transparent;
}