/* odStyle.css */
/*======================================================================
  Project Title:  Centered Life
  Author:         Steven Cox (steven.cox@sbcglobal.net)
  Created:        24 January, 2003
  Purpose:        Stylesheet for Centered Life
========================================================================*/

/* ---------------- CSS HTML SELECTORs begin -------------------------*/

body
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #453E14;
	}
dl                          /* creates vertical space for definition lists */
{
	line-height: 14px;
}
A:link
	{
	color: #453E14;
	background: transparent;
	text-decoration: none;
	}
A:visited
	{
	color: #453E14;
	background: transparent;
	text-decoration: none;
	}	

A:hover                     /* link color on mouseover */
	{
	color: #0000FF;
  background: transparent;
  text-decoration: none;
	}
	
/* ---------------- CSS HTML SELECTORs end -------------------------*/

/* ---------------- CSS CLASSes begin -------------------------*/		
.xltxtb
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 17px;
  font-weight: bold;
	}
.xltxt
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 17px;
	}
.lgtxtb
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
  font-weight: bold;
	}
.lgtxt
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
	}
.midtxtb
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
  font-weight: bold;
	}
.midtxt
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	}
.smtxtb
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
  font-weight: bold;
	}
.smtxt
	{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 11px;
	}
.button
  {
  cursor: hand;
  }  
.lineprint
	{
	font-family: sans-serif;
	font-size: 0.1mm;
	font-weight: normal;
  }
.darkTone
  {
  background-color: #9B9249;
  font-size: 0.1mm;
  }
.lightTone
  {
  background-color: #E2DFBE;
  font-size: 0.1mm;
  } 
.midTone
  {
  background-color: #B8B177;
  color: #FFFFFF;
  font-size: 0.1mm;
  }   
.white
  {
  background-color: #FFFFFF;
  font-size: 0.1mm;
  }
.whiteTxt
  {
  color: #FFFFFF;
  font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
  }    