.text
	{
                color: #000000; 
                font-size: 13px;
		font-family:"Arial";
	}

.smalltext
	{
                color: #000000; 
                font-size: 11px;
		font-family:"Arial";
	}

.titletext
	{
                color: #865827; 
                font-size: 17px;
		font-family:"Arial";
		font-weight: bold;
	}

.bottomtext
	{
                color: #797979; 
                font-size: 11px;
		font-family:"Arial";
	}

.browntext
	{
                color: #865827; 
                font-size: 11px;
		font-family:"Arial";
	}

.browntext2
	{
                color: #865827; 
                font-size: 13px;
		font-family:"Arial";
		font-weight: bold;
	}



 A.black:link {
          color: #000000;
          text-decoration: none;
            background: transparent;
 }



 A.black:active {
            color: #0000FF;
          text-decoration: underline;
            background: transparent;
 }

 A.black:visited {
            color: #000000;
          text-decoration: none;
            background: transparent;
 }

 A.black:hover {
          color: #0000FF;
          text-decoration: underline;
          background: transparent;
 } 

