h1 {
   font-size: 20px;
   background: url(images/white-oriental.jpg);
}

.catfor {
      font-size: 11px;
      height: 20px;
      font-weight: bold;
      }

.mini-line {
       border: 0;
       width: 80%;
       color: #0f0;
       background-color: #0f0;
       height: 1px;
       }

.leftBoxContainer {
	border: 1px solid #00AA00;
	margin-top: 1.0em;
	}

.sideBoxContent img {
	border-width: 4px ;
	padding: 3px ;
	border-style: groove;
	border-color: #7bffa0;
	-moz-border-radius: 12px;
        }

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.sideBoxContent {
	background-color: #ffffff;
	padding: 0.4em;
        background: url(images/white-oriental.jpg);
        font-family: sans-serif;
        font-size: 10px;
        }

.sideBoxContent a {
        text-decoration: none;
        }

#navBreadCrumb {
	background-color: #cc9900;
        background: url(images/gold-nav.jpg);
        line-height:100%;
	}

#navBreadCrumb a  {
        background: url(images/gold-nav.jpg);
        font-family: sans-serif;
        text-decoration: none;
	}

#navBreadCrumb, #navEZPagesTop {
	font-size: 11px;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

td.inner {
	border-width: 4px ;
	padding: 3px ;
	border-style: groove;
	border-color: 7bffa0;
	-moz-border-radius: 12px;
}

    /** Declaration for the a.singleRollover selector **/  
      

    a.state-button {  
        display: block;  
        width: 100px;  
        height: 20px;  
        background: url(images/main-button.jpg) no-repeat 0 0;  
        text-decoration: none;
        font-family: ariel;
        color: d6b765;
   }  

      
  /** Declaration for the additional states of the a.singleRollover selector **/  
    

  a:hover.state-button {  
      background-position: 0 -20px;  
      color: 000000;
  }  
    
  a:active.state-button {  
      background-position: 0 -40px;  
      position: relative;
  } 

 .state-button span {
    position: relative;
    left: 05px; 
    top: 00px;
    cursor: pointer;   
   }

  a:active.state-button span { 
    color: ff0000; 
    position: relative;
    left: 10px; 
    top: 04px;
   }