/* Shiatsu CSS FILE */


	BODY
      {

		font-size: 100%;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		font-weight: normal;
		color: black;
    	background-color:#C9D7B4;  

	}

	H1
      {
		font-size: 160%;
		font-weight: bold;
		color: black;

	}


	H2
      {
		font-size: 120%;
		font-weight: bold;
		color: black;

	}

	H3
      {
		font-size: 100%;
		font-weight: normal;
		color: black;
	}


	.quotes
      {
		font-size: 100%;
		font-style: italic;
		color: black;
	  }

	.quote_name
      {
		font-size: 80%;
		font-style: normal;
		text-align:right;
		color: black;
		margin-top: 0px;
	  }
		
	B
      {
		font-size: 100%;
		font-weight: bold;
		color: black;

	}

	SMALL
      {
		font-size: 80%;
		font-weight: normal;
		color: black;

	}

	.top
      {
		font-size: 80%;
		font-weight: normal;
		color: black;

	}

	.required
      {
		font-size: 80%;
		font-weight: normal;
		color: black;

	}

	.left_quote
	   {
		font-size: 100%;
		font-weight: normal;
		font-family: Apple Chancery, "Brush Script MT", Veranda, serif;
		color: #444444;
	}


	a.star:link {
		font-size: 100%;
		font-weight: normal;
		background-color:#C9D7B4;
		text-decoration: none;
		color: red; }

	a.star:visited {
		font-size: 100%;
		font-weight: normal;
		background-color:#C9D7B4;
		text-decoration: none;
		color: red; }
		
	a.star:hover {
		font-size: 100%;
		font-weight: normal;
		background-color: #FFFBA0;
		text-decoration: underline;

		color: red; }
		
	a.star:active {
		font-size: 100%;
		font-weight: normal;
		background-color: #FFFBA0;
		text-decoration: underline;
		color: red; }


	.TABLE
      {
		font-size: 100%;
		font-weight: normal;
		color: black;

	}

	.TABLEHEADER
      {
		font-size: 100%;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
		font-weight: bold;
		color: black;

	}



	A:Link
      {
		color: #222222;
		text-decoration: underline;
	}

	A:Visited
      {
		color: black;
		text-decoration: underline;
	}

	A:Active
      {
		color: black;
		text-decoration: underline;
	}

	A:Hover
      {
		color: black;
		background-color: #FFFBA0;
		text-decoration: none;
	}



 #navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #FFFBA0;
border-bottom: 2px solid #C9D7B4;
}

#navcontainer a:link, #navlist a:visited
{
color: #555555;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #FEFDBC;
color: #111111;
}

/* 7866: FEFDBC */
/* 7865: FFFBA0 */
/* 8419: C9D7B4 */