/* CSS for the HappyCircle Website*/
	
	body 	{	background-color:#123ab3;
		  	margin:0px;}
				
	table 	{	margin:0px; 
		  	background-color:#123ab3;}
				
	td table{	background-color:#f5ddb9;
                        border-width:0px; }	

	td table td,th{	background-color:#f5ddb9; 
			color:#b07840;}

	h1 	{	color:#f08429;}

	a	{	color:#8aa40d;
			font-weight:bold;}

	b 	{       color:#f08429;}

        input   {       background-color:#cca073;
                        border-color:#cca073;   }

        form table {    border-width:0px; 
                        border-color:#f5ddb9;}
        ul li   {       list-style-image: url(images/bullet.bmp);}

/*specific cells and rows ---------------------------------------------	*/
	tr.top  {	background-image:  url(http://www.angelfire.com/hi5/happyness/images/top.bmp);
			background-repeat: repeat-x; }

	td.left {	background-image:  url(images/left.bmp);
			background-repeat: repeat-y; 
			background-color:  #f5ddb9;}

	tr.bottom {	background-image:  url(images/bottom.bmp);
			background-repeat: repeat-x; }

	td.right{	background-image:  url(images/right.bmp);
			background-repeat: repeat-y;
			background-color:  #123ab3;}
			
	td.text {	background-color:  #f5ddb9;}

	table.nav    {	border-width:0px;
                        border-style:ridge;} 
 

	