/* General Styles ****************/

.standardItalic {
font-style: italic;
}

/*
.standardBold {
/* font-weight: bold; 
color:#333333;
}
*/

/* standard orange link */
a {
color: #EB7410;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}


/* purple 510368 */
.standard {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #510368;
}

.purple a {
color: #510368;
text-decoration: none;
}

.standardPurpleItalic a {
color: #510368;
font-style:italic;
}

.standardPurple { /* this one is blue */
color: #0066FF;
}

.standardPurpleItalic {
color: #510368;
font-style:italic;
}

.headingPurple {
font-size: 15px;
/* font-weight: bold; */
color: #510368;
}


/* blue 346DA7 */
.blue2 a {
color: #346DA7;
text-decoration: none;
line-height: 18px;
}

.standardBlue {
color: #346DA7;
}

.standardBlue a {
color: #346DA7;
}

.standardBlueItalic {
color: #346DA7;
font-style:italic;
}

.standardBoldBlue {
/* font-weight: bold; */
color: #346DA7;
}


/* orange EB7410 */
.standardOrange {
color: #EB7410;
}

.standardBoldOrange {
/* font-weight: bold; */
color: #EB7410;
}

.standardBoldOrangeCtr {
/* font-weight: bold; */
color: #EB7410;
text-align: center;
}

.standardBoldOrangeCtr a {
/* font-weight: bold; */
color: #EB7410;
text-align: center;
}

.headingOrange {
font-size: 15px;
/* font-weight: bold; */
color: #EB7410;
}



.linkOrange, .linkOrange a {
color: #EB7410;
font-size:12px;
/* font-weight: bold; */
text-decoration: none;
}

.linkOrange2 a {
color: #EB7410;
font-size:12px;
text-decoration: none;
}

.linkOrange a:hover {
text-decoration: underline;
}



/* image */
.imgBorder {
border:solid 2px #789BC4;
}

.imgPad {
padding-left: 20px;
padding-bottom: 20px;
}


/* cheese links in recipe pages */
.recipeLink {
color: #EB7410;
font-style: italic;
}

.recipeLink a {
color: #EB7410;
font-style: italic;
}

