a:link
{
	color: rgb(137,12,8);
	text-decoration: underline; 
}
a:visited
{
	color: rgb(137,12,8);
	text-decoration: underline;
} 
a:active 
{
	color: rgb(137,12,8);
	text-decoration: underline;
}
a:hover
{
	color: rgb(137,12,8);
	text-decoration: none;	
}

body
{
	font-family: Arial;
	font-size  : 13px;
	background-color: rgb(231,225,203);
	color: rgb(104,97,76);
	margin:0;
}
table
{
	table-border-color-light: rgb(153,204,153);
	table-border-color-dark: rgb(153,204,153);
	font-family: Arial;
	font-size  : 13px;
	bckground-color:rgb(255,255,255);
	line-height: 150%
}

.bgimg {
	background:#FFFFFF url('images/bg-body2.gif') repeat-x top;
	 
}

.bgtop {
	background:#e7e1cb url('images/bg-top.gif');
	 
}

.bgcenter {
	background:#c6bf7f;
	 
}

.bgcenter-body {
	background:#d4cb95;
	 
}

.bgcenterleft {
	background:#c6bf7f url('images/bg-center-left.gif');
	 
}

.bgbottom {
	background:#e7e1cb url('images/bg-bottom.gif');
	 
}

.bgred {
	background:#c6bf7f url('images/bg-red.gif');
	 
}

.bgleft {
	background:#e7e1cb url('imges/bg-top.gif');
	 
}

.th
{
    background-color:rgb(191,182,122);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	padding-left:4; padding-right:0; padding-top:2; padding-bottom:2;
	color: rgb(104,97,76)
}

.tch
{
    background-color:rgb(224,216,168);
	font-family: Arial;
	font-size  : 12px;
	font-weight: bold;
	padding-left:4; padding-right:0; padding-top:2; padding-bottom:2;
	color: rgb(104,97,76)
}
.tc
{
    background-color:rgb(237,230,189);
	font-family: Arial;
	font-size  : 12px;
	font-type: bold;
	color: rgb(104,97,76)
}

.hd
{
	font-family: Arial;
	font-size  : 13px;
	font-weight: bold;
	color: rgb(137,12,8)
}
.mt
{
	font-family: Arial;
	font-size  : 18px;
	font-weight: normal;
	background:#e1bf5f;
	color: rgb(252,244,232);
}

.text-pink
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	fnt-style: italic;
	color: rgb(181,124,98);
}

.text-testimonials
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: normal;
	font-style: italic;
	color: rgb(135,95,1);
}

.text-food-for-thought
{
	font-family: Arial;
	font-size  : 12px;
	font-weight: normal;
	color: rgb(217,174,155);
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 150%
}

.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
}

.hr
{
    border:1px dotted #68614c; background-color:#;
    border-width: 0px 0px 1px 0px;
}

p
{
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	line-height: 150%
}
ul
{
	font-family: Arial ;
	font-size  : 12px;
   	font-style: normal;
   	color: rgb(104,97,76);
   	list-style-image:url('images/listbullet.gif');
}