body
{
  margin: 10px;
  padding: 0px;
  text-align: left;
	background-color: white;
/*	background-color: #947f64;
	/*  background-color: #CCCC99; /* bg_color */
  
  /* Standard. Readable */
  font-family: Arial, Helvetica, Sans-Serif;
/*	font-size: 12px;
  color: #666633; /* txt_color */
  font-weight: none;
  text-decoration: none;
  color: #666666; /* link_reg_color #666633*/
	font-size: 10px;
  /* font-family:  'Lucida Grande', Geneva, sans-serif; */
  /* font-family: Tahoma, Geneva, sans-serif; */
  /* font-family: Geneva, Verdana, sans-serif; */
  
  /* Nice. Classic Looking */
  /* font-family: 'Times New Roman', Times, serif; */
  /* font-family: Georgia, serif; */
  /* font-family: Book Antiqua, Palatino, serif; */
  
  /* Modern. Kind of Funky */
  /* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
  
  /* Monospace */
  /* font-family: Lucida Console, Monaco, monospace; */
}

/* Typeography */

p
{
  font-family: Arial, Helvetica, Sans-Serif;
/*	font-size: 12px;
  color: #666633; /* txt_color */
  font-weight: none;
  text-decoration: none;
  color: #333333; /* link_reg_color#333333 */
	font-size: 11px;
  margin: 8px 0px 8px 0px; 
}
p.white
{color: white;}

p.forum
{
 font-family: Arial, Helvetica, Sans-Serif;
  font-weight: none;
  text-decoration: none;
  color: #333333; /* link_reg_color */
	font-size: 8px;
  margin: 8px 0px 8px 0px; 
}
p.txt
{
  font-family: Arial, Helvetica, Sans-Serif;
/*	font-size: 12px;
  color: #666633; /* txt_color */
  font-weight: none;
  text-decoration: none;
  color: #333333; /* link_reg_color */
	font-size: 12px;
  margin: 8px 0px 8px 0px; 
}

h1, h2, h4, h5, h6
{
  font-family: Arial, 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;

  margin: 2px 0px 2px 0px;
}

h1
{
  font-size: 14px;
	color: #d5762a; /* #996633;*/
}

h2
{
  font-size: 16px;
	color: #915f2e;
	
}

h3
{
  font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
  color: #947f64; /* headline_txt_color */
  font-size: 16px;
}

h4
{
  font-size: 14px;
}

h5
{
  font-size: 12px;
}

h6
{
  font-size: 10px;
}

/* Links */

a:link, a:visited
{
  font-weight: normal;
  text-decoration: none;
  color: #6464ff; /* link_reg_color */
	font-size: 11px;
}

a:hover
{
  text-decoration: underline;
  color: #6464ff; /* link_hi_color */
}

a:active
{
  color: #6464ff; /*#3333FF; /* link_down_color */
}


hr  
{
  color: #ccccff; /* inner_border_color */
  background-color: #D9D9D9; /* inner_border_color */
  height: 1px;
  border: 0px;
  margin: 0px 0px 0px 0px; 
}





