  /* CSS Document */

body {
	background-color: #cedea7;
	background-image: url(../images/bg_aromaglow_home.gif);
	background-position:top center;
	background-repeat:repeat-x;
	vertical-align:top;

}

#PageImage {
margin:0px
}  
  p,td,th,li,a {
		font-family: Times;
		font-size: 12px;
		line-height: 15px;
		color: #333333;
  }

  .form {
		font-family: Times;
		font-size: 12px;
		color: #666666;
		background-color: #FFFFFF;
		border: 1px solid #c3c3c3;
  }

  .green_intro {
		font-family: Times;
		font-size: 18px;
		color: #a8b883;
		text-decoration: bold; 
		line-height: 18px;
		font-variant: small-caps
  }

  .white_text {
		font-family: Times;
		font-size: 12px;
		color: #FFFFFF;
  }

  .base_text {
		font-family: Times;
		font-size: 11px;
		color: #999999;
  }

  .red_nav {
		font-size: 12px; 
		color: #d00000;
  }
  
  .red_nav:link, .red_nav:active, .red_nav:visited {
		color:#d00000; 
		text-decoration: none
  }

  .red_nav:hover {
		color:#FFFFFF; 
		text-decoration: none; 

}

  .red_nav_base {
		font-size: 11px; 
		color: #d00000;
  }
  
  .red_nav_base:link, .red_nav_base:active, .red_nav_base:visited {
		color:#d00000; 
		text-decoration: none
  }

  .red_nav_base:hover {
		color:#9f9aba; 
		text-decoration: none; 

  }

  .base_nav {
		font-size: 11px; 
		color: #999999;

  }
  
  .base_nav:link, .base_nav:active, .base_nav:visited {
		color:#999999; 
		text-decoration: none
  }

  .base_nav:hover {
		color:#a8b883; 
		text-decoration: none; 
  }
   
  a:link {
		color:#a8b883; 
		text-decoration: none
  }

  a:active {
		color:#a8b883; 
		text-decoration: none
  }


  a:visited {
		color:#a8b883; 
		text-decoration: none
  }


  a:hover {
		color:#9f9aba; 
		text-decoration: none; 

  }