body { 
	/* background-image: url('../images/design/bg.gif'); */
	background-color: #fff;
	margin: 0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	}
	
a:link {color: #914848;	text-decoration: none; }
a:visited {color: #914848;	text-decoration: none; }
a:hover { color: #6D856F; text-decoration: underline; }
a:active { color: #6D856F; text-decoration: underline; }

.content { 
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	font-size: 10pt;
	}
	
/* Top Navigation */
.navbar {
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold;
	color: #003300; 
	text-decoration: none; 
	background-color:#fff; 
	border-color:#fff; 
	border-style: solid; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	border-right-width: 0px; 
	border-left-width: 0px; 
	padding: 5px 2px 5px 2px; 
	text-align:center;
	}
.navbar a:link {color: #663300;	text-decoration: none; background-color:#fff9de; border-color: #6b6038;	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding: 6px 2px 5px 2px;}
.navbar a:visited {color: #663300;	text-decoration: none; background-color:#fff9de; border-color: #6b6038;	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; padding: 6px 2px 5px 2px;}
.navbar a:hover { color: #003300; text-decoration: none; background-color:#BECBC0; border-color:#405D50;  border-style: solid; border-width: 1px; padding: 6px 2px 5px 2px;	}
.navbar a:active { color: #003300; text-decoration: none; background-color:#BECBC0; border-color:#405D50;  border-style: solid; border-width: 1px; padding: 6px 2px 5px 2px;	}


/* Sidebar */
.sidebar {
	border-color: #6b6038; 
	border-style: dotted; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
	}	
.sidebarnav {
	color: #8DA090; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold;
	text-align: left;
	line-height: 150%;
	}	
.sidebarnav a:link {color: #663300;	text-decoration: none; }
.sidebarnav a:visited {color: #663300;	text-decoration: none; }
.sidebarnav a:hover { color: #6D856F; text-decoration: underline; }
.sidebarnav a:active { color: #6D856F; text-decoration: underline; }

span.productsidetitle {
	border-left:0px dotted #BECBC0; 
	border-right:0px dotted #BECBC0; 
	border-top:1px dotted #BECBC0; 
	border-bottom:1px dotted #BECBC0; 
	color: #003300; 
	font-family:  Arial, Helvetica, Verdana, sans-serif; 
	font-size: 12pt; 
	font-weight: bold;
	text-align: left;
	line-height: 200%;
	background-color:; 
	padding: 2px
	}		
	
.divider {
	border-bottom: 1px solid #D3A9A9;
	}