/* Layout: General */
/*===================================================================*/
body     {
	background:      #ECE9D8;
	color:           #666;
	font-family:     AvantGarde, Arial, Helvetica, sans-serif;
	font-size:       12px;
	line-height:     17px;
}



h1		{ 
	font-size : 11pt;
	line-height:     17px;
	font-weight: normal;
	font-stretch:expanded;
	color: #808080; 
	margin: 0px;
}

	

/* Hyperlinks */
/* ----------------------------------------------------------- */

a
{
  outline: none;
}

:focus
{
  -moz-outline-style: none;
}


/* Hyperlinks Main */


	
a {
	font-family:     AvantGarde, Arial, Helvetica, sans-serif;
	font-size:       14px;
	line-height:     17px;
	font-weight:     normal;
	text-decoration: none; 
	color:           #8F4518;
	background:      transparent;
}

a:nav {
	font-family:     AvantGarde, Arial, Helvetica, sans-serif;
	font-size:       14px;
	line-height:     17px;
	font-weight:     normal;
	text-decoration: none; 
	color:           #8F4518;
	background:      transparent;
}

a:link {
	font-family:     AvantGarde, Arial, Helvetica, sans-serif;
	font-size:       14px;
	line-height:     17px;
	font-weight:     normal;
	text-decoration: none; 
	color:           #8F4518;
	background:      transparent;
}

a:hover {
	font-family:     AvantGarde, Arial, Helvetica, sans-serif;
	font-size:       14px;
	line-height:     17px;
	font-weight:     normal;
	text-decoration: underline; 
	color:           #666;
	background:      transparent;
}