body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-color: #F3F1E3;
}

td {
	font-family: Tahoma;
	font-size: 11px;
}

a {
	color: #6B6950;
}

a:hover {
	color: #6B6950;
	text-decoration: none;
}

.bg_top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
}

.bg_menu {
	background-image: url(images/bg_menu.gif);
	background-repeat: repeat-y;
}

.bg_bot_top {
	background-image: url(images/bg_bot_top.gif);
	background-repeat: repeat-x;
}

.bg_bottom {
	background-image: url(images/bg_bottom.gif);
	background-repeat: repeat-x;
}

.bg_middle {
	background-image: url(images/bg_middle.gif);
	background-repeat: repeat-y;
}

.padding {
	padding: 10px;
}

.heading {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 16px;
	color: #46433A;
}

.pic_margin {
	margin-right: 5px;
}

.pic_margin_top {
	margin-top: 5px;
}

ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-position: center;
	vertical-align: middle;
}

li {
	margin: 5px 0px 5px 20px;
	padding: 0px 0px 0px 3px;
	list-style-image: url(images/bullet.gif);
	list-style-position: center;
	vertical-align: middle;
}

.input1{
  		width:134px;
		height:21px;
		
}
		
.textarea{
  		width:134px;
		height:48px;
}

.s1 {
	font-family:Tahoma;
	font-size:11px;
	color:#46433A;
	border: 1px solid #999675;
}

