a:link
{
	color: rgb(102,153,102);
}
a:visited
{
	color: rgb(102,153,102); 
} 
a:active 
{
	color: rgb(102,153,102);
}
a:hover 
{
	color: rgb(153,102,102);
}

body
{
	font-family: Verdana;
	background-color: rgb(221,236,227);
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	color: rgb(141,85,69);
	font-size: 7pt;
	margin: +0px;
	scrollbar-3dlight-color: rgb(183,221,200); 
	scrollbar-arrow-color: rgb(141,85,69);
	scrollbar-base-color: rgb(183,221,200);
	scrollbar-darkshadow-color: rgb(102,102,102);
	scrollbar-face-color: rgb(183,221,200);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(102,102,102)}

table {
	width: 745px;
	font-family: Verdana;
	background-color: rgb(183,221,200);
	padding-left: 5px;
	color: rgb(141,85,69);
	font-size: 8pt;
	border: 1px rgb(141,85,69) solid;}

table.product {
	width: 740px;
	font-family: Verdana;
	background-color: rgb(183,221,200);
	padding-left: 0px;
	color: rgb(141,85,69);
	font-size: 8pt;
	border: 1px rgb(141,85,69) solid;}

table.smembed {
	width: 500px;
	font-family: Verdana;
	background-color: rgb(183,221,200);
	padding-left: 5px;
	color: rgb(141,85,69);
	font-size: 8pt;
	border: 0px;}

td.nav {
	border-bottom: 1px rgb(141,85,69) solid;
	border-top: 1px rgb(141,85,69) solid;
	
h4 {
	font-family: Verdana;
	color: rgb(204,102,102);
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;}
	
h6 {
	color: rgb(122,122,122);
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;}
	
em {
	font-family: Verdana;
	color: rgb(141,85,69);
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;}
		
hr {
	color: rgb(102,204,153);
	height: 1px}