/* ********************************************
Common
***********************************************/
.body {  font-family: Times New Roman, Times, serif; font-size: 13px; color: #666666}

table,td {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; color: #999999
}


/* ********************************************
Links
***********************************************/
a:link {  color: #FFFFFF; text-decoration: none}
a:visited {  color: #FFFFFF; text-decoration: none}
a:hover {  color: #FF9900; text-decoration: none}
.navbar {  font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px; font-weight: bold}

a.alink:link { 
color: #666666;
text-decoration : none; 
font-family: Verdana, Arial, Helvetica, sans-serif;  
font-style: normal;
font-size : 11px;
font-weight: bold; 
}

a.alink:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration : none;
	font-size : 11px;
	color : #333333;
	font-weight: bold; 
}

a.alink:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	text-decoration : none;
	font-size : 11px;
	font-weight: bold; 
	color : #000000;
}

a.bodylink:link { 
	color: #ff9900;
	text-decoration : none; 
	font-family: Times New Roman, Times, serif;  
	font-style: normal;
	font-size : 13px;
	font-weight: normal; 
	}

a.bodylink:visited {
	font-family : Times New Roman, Times, serif; 
	text-decoration : none;
	font-size : 13px;
	color : #ff9900;
	font-weight: normal; 
	}

a.bodylink:hover {
	font-family : Times New Roman, Times, serif; 
	text-decoration : underline;
	font-size : 13px;
	font-weight: normal; 
	color : #ff9900;
	}


a.nav-link:link { 
	color: #ff9900;
	text-decoration : none; 
	font-family: "Times New Roman", Times, serif;
	font-size : 14px;
	font-weight: bold; 
	}

a.nav-link:visited {
	font-family : "Times New Roman", Times, serif; 
	text-decoration : none;
	font-size : 14px;
	color : #ff9900;
	font-weight: bold; 
	}

a.nav-link:hover {
	font-family : "Times New Roman", Times, serif; 
	text-decoration : underline;
	font-size : 14px;
	font-weight: bold; 
	color : #ff9900;
	}


a.recipenav:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none
	}

a.recipenav:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none
	}

a.recipenav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline
	}
	
/* ********************************************
Fonts
***********************************************/
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}
.sm-gry-bld {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #666666}
.bodytitle {  font-family: Times New Roman, Times, serif; font-size: 14px; font-weight: bold; color: #666666}
.textborder {borderstyle: solid; bordercolor: #666666}
.details {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999}
.price {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #ff9900}
.category
	{
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform : uppercase;
}
.pagetitlecd {  font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #FF9900}
.pagetitledw {  font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #FF99CC}
.pagetitlegl {  font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #3366FF}
.pagetitlesps {  font-family: "Times New Roman", Times, serif; font-size: 20px; font-weight: bold; color: #00CC00}
.pages {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; font-weight: normal}
.indent
{
	margin : 10px;
}