/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #DA6A19;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F9D0B2;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.text1 {
	padding-left: 12px;
	background: url(images/homepage17.gif) no-repeat left center;
	font-size: 11px;
	color: #DA6A19;
}

.text2 {
	text-align: center;
	color: #5E2A00;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 14px;
	background: url(images/homepage18.gif) no-repeat 2px 6px;
}

.list2 {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	list-style: none;
}

.list2 li {
	display: block;
	float: left;
	padding-left: 20px;
}

.list2 li.first {
	padding: 0px;
}

/** LINKS */

a {
	color: #DA6A19;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/bg03.jpg) repeat-y left top; }
.bg3 { background: url(images/bg04.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
}

.img2 {
	float: right;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

