body, td, input, select, textarea {
	font-family : Arial, Helvetica, Tahoma, Verdana, Geneva,  sans-serif;
	font-size : 11px;
	color: #B7A790;
}
body, table {
	text-align: justify;
}
a{
	color: #B7A790;
	text-decoration : none;
	font-weight : bold;
}
a:hover{
	color: #996666;
	text-decoration : none;
	font-weight : bold;
}
.border {
	border: solid 1px #382F27;
}
.border_top {
	border-top: solid 1px #382F27;
}
.border_bottom  {
	border-bottom: solid 1px #382F27;
}
.border_left {
	border-left: solid 1px #382F27;
}
.border_right {
	border-right: solid 1px #382F27;
}
.grad_1_top {
	background-image: url(../images/grad_1_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.grad_1_bottom {
	background-image: url(../images/grad_1_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.grad_2_top {
	background-image: url(../images/grad_2_top.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.grad_2_bottom {
	background-image: url(../images/grad_2_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.grad_3_1 {
	background: url(../images/grad_3_1_top.gif) repeat-x left top;
}
.grad_3_2 {
	background: url(../images/grad_3_2_top.gif) repeat-x left top;
}
.grad_4 {
	background: url(../images/grad_4.gif) repeat-x;
}
.grad_6_bottom {
	background-image: url(../images/grad_6_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*.input_black_border_100 {
	border: 1px solid #382F27;
	background-color: Black;
	width: 100%;
}*/
.input_black_border_100 {
	border: 1px solid #382F27;
	background-color: #000000;
	width: 200px;
}

.padd_main {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
