/***** common sheets *******/
a:link, a:visited {
    font-family:Tahoma;
    font-size: 11px;
    color:#9C8E6D;
    text-decoration: none;
	border: none;
}

a:hover {
    font-family:Tahoma;
    font-size: 11px;
    color:#8C4C0E;
    text-decoration: underline;
	border: none;
}

textarea {
    font-size: 11px;
   	font-weight : bolder;
	vertical-align:top;
	color: #B29A6A;
    width: 260;
    height: 80;
    font-family: Tahoma;
	border : 1px solid #B29A6A;
    background-color : #F0E7D8;
}

hr {
    width: 95%;
    height: 2px;
	border : 1px solid #8E7125;
}

/***** site sheets *******/
.header_1 {
	font-family: Times New Roman;
    font-size: 16px;
    font-weight: bolder;
    font-style: italic;
	color: #8E7125;
	text-decoration: none;
    border: none;
}

.brown_font {

	font-family: Tahoma;
    font-size: 11px;
	color: #B29A6A;
	text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    border: none;
    text-align: justify;
}

.dark_brown_font {
	font-family: Tahoma;
    font-size: 11px;
	color: #B29A6A;
	text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    border: none;
    font-weight: bolder;
}

.light_font {
	font-family: Tahoma;
    font-size: 11px;
    font-weight: bolder;
	color: #FCF1D8;
	text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
    border: none;
}

img {
    border: 0;
}

.input {
    font-size: 10px;
   	font-weight : bolder;
	vertical-align:top;
	color: #B29A6A;
    width: 200;
    font-family: Tahoma;
    height:18;
	border : 1px solid #B29A6A;
    background-color : #F0E7D8;
}
.button {
    font-size: 11px;
   	font-weight : bolder;
    cursor:hand;
	color: #B29A6A;
    font-family: Tahoma;
   	border : 1px solid #B29A6A;
    background-color : #F0E7D8;
}

