


hr {
  color            : #efefef;
  height           : 1px;
  width            : 100%;
}


fieldset{
border           : none;
}


form {
margin           : 0; 
padding          : 0;
}


input, select{
FONT-SIZE: 11px;
FONT-FAMILY: Verdana;
}



h1 {
  font-size        : 20px;
  color            : #C89100;
    }

h2{
  font-family      : Arial,Tahoma,Helvetica, sans-serif;
  width            : 100%;
  font-size        : 18px;
  font-weight      : bold;
  line-height      : 18px;
  text-transform   : none;
  text-align       : left;
  color            : #D86718;
  margin           : 5px 0px;
  text-decoration  :none;
}

h2 a:link, h2 a:visited, h2 a:hover {
text-decoration  :none;
color            : #D86718;
}


h3 {
  font-size        : 14px;
  color            : #235874;
    }

h4 {
  font-size        : 13px;
      }



img {
border          : 0 none; 
}


/** Buttons **/


.button, button {
  font-size        : 12px;
  color            : #ffffff;
  border           : 1px solid #634700;
  margin           : 3px 0;
  padding          : 3px;
  cursor           : pointer;
  background       : #AE521D;
}







/*** tables ***/

table
{
        border-collapse:collapse;
        margin-top: 10px;
     
}

th {
	BORDER-RIGHT: #333 1px solid; 
	BORDER-TOP: #333 1px solid; 
	BORDER-LEFT: #333 1px solid;  
	BORDER-BOTTOM: #333 1px solid; 
  BACKGROUND-COLOR: #4162B1;
    color            : #ffffff;
   padding: 5px;
	}
	


