  /*----------------- Begin Style.css -----------------*/

  /*--------- Links ---------*/
  a:link {
	text-decoration: none;
	color: #fe0000;
	font-weight:normal;
	}
  a:visited {
	text-decoration: none;
	color: #fe0000;
	font-weight:normal;
  }
  a:hover {
	color: #FFFFFF;
	background: #fe0000;
	font-weight: none;
	text-decoration: underline;
  }
  a:active {
	text-decoration: none;
	color: #fe0000;
	font-weight:normal;
  }
  /*--------- End Links ---------*/


  /*--------- Nav Links ---------*/
  a.nav:link, a.nav:active, a.nav:visited {
	color: #F4C9AE;
	font-family: georgia;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
  }

  a.nav:hover {
	color: #000000;
	background: #F4C9AE;
	font-weight: none;
	text-decoration: underline;
  }
  /*--------- End Nav Links ---------*/


  /*--------- Extra Links ---------*/
  a.extra:link, a.extra:active, a.extra:visited {
	color: #3A8C93;
	font-weight: none;
	text-decoration: none;
  }

  a.extra:hover {
	color: #000000;
	background: #3FBCBC;
	font-weight: none;
	text-decoration: underline;
  }
  /*--------- End Extra Links ---------*/



  /*--------- Page Links ---------*/
  a.page:link, a.page:active, a.page:visited {
	color: #eabbcf;
	font-weight: none;
	text-decoration: none;
  }

  a.page:hover {
	color: #000000;
	background: #EEEEEE;
	font-weight: none;
	text-decoration: underline;
  }
  /*--------- End Page Links ---------*/


  /*--------- Layout ---------*/
  <!--body { background: #000000; 
  background-image: url(http://www.allthings-fresh.net/multimedia/images/multiibg.jpg); 
  background-repeat: y; 
  background-position: top left;}
  -->


  <!--
  body,tr,td, h6, p, li
  {font-size: 8pt; 
  font-family: arial; 
  color: #FFFFFF; 
  letter-spacing: 0px;
  font-weight: none;
  text-decoration: none;
  text-transform: none;
  text-align: justify} 
  -->

  <!-- h6
  {font-size: 2pt;
  font-weight:normal}
  -->

  textarea{
  width:80%;}
		
  input, textarea, option, select {
  color : #444444; 
  background : #FFFFFF;
  border-right : 2px solid #EEEEEE;
  border-top : 2px solid #EEEEEE;
  border-left : 2px solid #EEEEEE;
  border-bottom : 2px solid #EEEEEE; 
  font-style : normal; 
  font-weight : none; 
  font-family : arial;
  text-align: center;
  text-transform: ;
  font-size : 8pt;
  padding: 3px;}

  input:hover, textarea:hover, option:hover, select:hover {
  background-color: #EDEDED;}

  b {
  color: #f5a769; 
  font-weight: bold;
  border: 0px; 
  letter-spacing: 0px; } 

  i, em {
  color: #736f6a;
  border: 0px; 
  letter-spacing: 0px;
  text-transform: none; }

  u, .stext, .sbtext, .swtext {
  color: #ef8a44;
  font-weight: none;
  text-align:;
  letter-spacing: 0px;
  border-bottom: 1px dotted #e78175;
  }
/*--------- End Layout ---------*/

/*----------------- End Style.css -----------------*/