body
{
	margin: 0px;
	padding: 0px;
	background-image: url(  'images/bg.png' );
	background-repeat: repeat-x;
	background-color: #d2c9a9;
}

body, th, td
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333300;
	
}


form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 154px;
	height: 19px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #927844;
	background-color: #F7F3EC;
	border: 1px solid;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #6D5B37;
}

.text2 {
	color: #DACEB6;
}

.text3 {
	color: #F6E9D0;
}

.text4 {
	font-size: 10px;
}

.text5 {
	font-size: 10px;
	color: #887565;
}

a {
	color: #6D5B37;
}

a:hover
{
	text-decoration: underline;
	/* font-weight: bold; */
}
a:link
{
	font-style: normal;
	text-decoration: none;
}

a:visited
{
	font-style: normal;
	text-decoration: none;
}
a.link1 {
	color: #F6E9D0;
}

a.link2 {
	color: #B4A289;
}

ul
{
	list-style-position: outside;
	list-style-type: square;
	left: -20px;
	position: relative;
}
