/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #BCAE95 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #25170F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #423826;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #9B8F83;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding: 10px 0px 14px 0px;
	background: url(images/homepage16.gif) repeat-x left bottom;
}

.list1 li.last {
	background: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage15.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #771C01;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg1_01.jpg) repeat-y left top; }
.bg2 { background: url(images/bg1_02.jpg) no-repeat left bottom; }
.bg3 { background: url(images/bg1_03.jpg) no-repeat left top; }

.bg4 { background: url(images/subpage02.jpg) repeat-y left top; }
.bg5 { background: url(images/subpage03.jpg) no-repeat left bottom; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

