font.copy {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size : 10.5px;   
	color : #b0b359;
}

font.hilite_bold {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #b0b359;
	font-weight:bold;
        font-size : 11px;
}
 
font.large_bold {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#b0b359;  
	font-weight:bold;
        font-size:18px;
}

font.article_title, option.article_title {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #b0b359;
        font-size : 14px;
        font-weight : bold;
}
 
font.article_title_light {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color : #b0b359;
        font-size : 14px;  
}
        
font.article_title_large {
        font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        color:#b0b359;
        font-size:16px;
        font-weight:bold;
}

font.recipetitle {
	font-family: "Myriad Pro", Myriad, "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size : 18px;
        color : #b0b359;
}

td.backgroundType {
	background-color : #ffffe8;
}

table.feature {
	border:0px;
	background:#ffffee;
	width:180px;
}

table.feature_list {
        border:1px solid #cccccc;
	background:#eeeeee;
        padding:2px; 
}
        
table.feature_list:hover { 
        background:#ffffee;
}

th.feature_header {
	background:#dddddd;
	color:#000000;
	border-bottom:1px #b0b359 solid;
}

td.rounded_tl {
	background:url(/graphics/rounded_tl_tab1.gif);
	max-width:18px;
	max-height:10px;
}

td.rounded_tr {
	background:url(/graphics/rounded_tr_tab1.gif);
	max-width:18px;
	max-height:10px;
}

td.rounded_bl {
	background:url(/graphics/rounded_bl_tab1.gif);
	width:18px;
	height:10px;
}

td.rounded_br {
	background:url(/graphics/rounded_br_tab1.gif);
	width:18px;
	height:10px;
}

td.rounded_top {
	line-height:9px;
	border-top:1px #b0b359 solid;
	width:174;
}

td.rounded_bottom {
	line-height:9px;
	border-bottom:1px #b0b359 solid;
	width:174;
}


