a:link
{
	color: rgb(8,128,243);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(8,128,243);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(8,128,243);
	text-decoration: underline;
}
a:hover
{
	color: rgb(246,130,31);
	text-decoration: none;	
}
body
{
	font-family: Arial;
	font-size  : 12px;
	background-color: rgb(255,255,255);	
	color: rgb(0,0,0);
	margin:0;
	background:url('images/bg.gif');
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 12px;
	bckground-color:rgb(255,255,255);
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}
.bullet
{
	opacity:0.5;
	filter=alpha(opacity=60);
}

.th
{
    background-color:rgb(3,128,233);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}


.tch
{
    background-color:rgb(187,229,255);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(0,0,0)
}
.tc
{
    background-color:rgb(232,241,245);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(0,0,0)
}

.hd
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	color: rgb(255,255,255)
}

.shd
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(68,155,199)
}

.ingredient
{ 
	font-family: Arial; 
	font-size: 12px; 
	color: rgb(102,102,102)
}

.mt
{
	font-family: Arial;
	font-size  : 11px;
	font-weight: bold;
	color: rgb(255,255,255)
}
.tb
{
    border:1px solid #b1dcff; background-color:#ffffff;
	font-family: Verdana;
	font-size  : 8pt;
	font-type: normal;
	padding-left:4; padding-right:4; padding-top:1; padding-bottom:1
}

p
{
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
   list-style-image:url('images/listbullet.gif');
}
ol
{
	font-family: Arial ;
	font-size  : 12px;
   font-style: normal;
   color: rgb(0,0,0);
	line-height: 150%;   
   list-style-image:url('images/listbullet.gif');
}
.buttn
{
	font-family: Arial;
	font-size  : 11px;
	color: rgb(255,255,255);
	background-color: rgb(73,163,255);
	border-width: 1px;
	border-style: solid;
	border-color:rgb(255,255,255);	
}
.err
{
	font-family: Arial;
	font-size  : 12px;
	color:red;
	font-weight:bold;
}

.left-news {
	height: 140px;
	background:#FFFFFF url('images/bg-left-news.jpg') no-repeat center top;
	 
}
