body {
	background-color: #E1DBB9;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #27241E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none ;
	line-height:16px;
	margin:0;
	 }
	 
h1, h2,  h3, h4,  h5,  h6 { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #27241E; 
	 }

p    { 
     color: #27241E;
	 line-height: 130%; 
	 }

td   { 
    font-family: Verdana, Geneva, Helvetica, sans-serif;
	color: #27241E;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;  
	 }
	 
li {
    line-height: 130%;
	}	

 .smtext {
    font-size: 10px;
	line-height: 100%;
	}
	  
 

.btmlinks {
    font-size: 10px;
	line-height: 130%;
}
 
.address {
    font-size: 10px;
	color:#B52C20
}	

.copyright {
    font-size: 10px;
	color: #B52C20
}

.indexcapital {
    font-size: 19px;
	color: #834E09;
	font-weight: bold;
	
}

.indextext {
    font-size: 12px;
	color: #834E09;
}

.title {
    font-size: 14px;
	color: #8B3300;
	font-weight: bold;
	}
	
.societytitle {
    font-size: 16px;
	color: #8B3300;
	font-weight: bold;
	}
	
.normaltext {
	font-size: 12px;
	color: #000000;
	font-weignt: normal;
	font-family: verdana;
	}
	
	
	
	
/* FORMS */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% arial,verdana,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

#form1 {
	border:0!important;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input {
	margin:2px;
}

form select {
	margin:2px;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.small {
font-size:smaller;
}
	
