/* Standard Classes - do NOT rename or delete */

A{
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

TD {font-family: "Trebuchet MS";font-size: 12px; list-style-image: url(/stock/Bullet.gif)}		

INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0px; 
	color: #000000; 
}

.PageColor {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(/stock/background.gif);
	background-repeat: repeat;
}

.Bold {  font-weight: bold}

.italic {  font-style: italic}

.Footer {  font-size: 11px; color: #38437D}

.BlueLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}

/* Classes for portfolio that need editing - do NOT rename or delete */

.Title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6C614A;
	font-weight: normal;
}

.SubTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #584C33;
}

.CellDark {  background-color: #A58D5F}
.CellLight {  background-color: #F7E9BC}
.CellLighter { background-color: #FFFFFF}
.CellTitle {  background-color: #978257}

.Button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}

.Button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #E4DEAC;
	background-color: #996600;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
	padding: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A58D5F;
	border-right-color: #5D5136;
	border-bottom-color: #5D5136;
	border-left-color: #A58D5F;
}

.Asterix {  color: #CC0000}

.Required {  color: #CC0000}

.BreadCrumbs {  font-family: Arial, Helvetica, sans-serif; font-size: 10px}

.BoldWhite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}

/* New classes for this project */
.CellLighterBorder {
	background-color: #EBEBEB;
	border: 6px solid #FFFFFF;
}
.LogoCellBack {
	background-image: url(/stock/Logo_Back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.Button4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #E3DCA6;
	margin: 1px;
	text-decoration: none;
	font-weight: bold;
	background-color: #A58D5F;
	padding: 4px;
	float: left;
	height: auto;
	width: 85px;
	border: 1px solid #695935;
}
a:hover.Button4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	margin: 1px;
	text-decoration: none;
	font-weight: bold;
	background-color: #695935;
	border: 1px solid #695935;
}
.CellLighterBorderWhite {
	background-color: #FFF;
	border: 6px solid #FFFFFF;
}
.NewsLink {
	font-size: 13px;
	color: #1B0C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.Testimonial {
	font-size: 13px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border: 1px solid #FFF;
}
.RecipeTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6C614A;
	font-weight: normal;
}
.RecipeCatTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #471700;
}
.RecipeGradient {
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5F799E;
	border-right-color: #5F799E;
	border-bottom-color: #5F799E;
	border-left-color: #5F799E;
}
.RecipeButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 14px;
	padding-left: 4px;
}
