/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDA862;
	scrollbar-3dlight-color:#4E1F19;
        scrollbar-arrow-color:#4E1F19;
        scrollbar-base-color:#E1B578;
        scrollbar-track-color:#C59C66;
        scrollbar-darkshadow-color:#E7E7E7;
        scrollbar-face-color:#E6BA7D;
        scrollbar-highlight-color:#E6BA7D;
        scrollbar-shadow-color:#E6BA7D;
}

.scroller {
	overflow: auto;
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	background: url(images/homepage03.gif) repeat-x left bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #180E0A;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4, h5, h6 {
	margin: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/** TEXTS */

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

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

.text1 {
	text-align: center;
	color: #6C6C6C;
}
.text1 a {
    text-align: center;
	color: #999999;
}
.text1 a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

/** LISTS */

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

.list1 a {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

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

.list2 li {
	display: inline;
}

/** LINKS */

a {
	color: #130E0A;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font: normal 13px Georgia, "Times New Roman", Times, serif;
	color: #EBDFCF;
}

.link2 {
	padding-left: 8px;
	background: url(images/homepage06.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg0 { background: url(images/bg00.jpg) no-repeat left top; }
.bg0a { background: url(images/bg00-1.jpg) no-repeat left top; }
.bg1 { background: #130E0A; }
.bg2 { background: url(images/bg01.jpg) no-repeat left top; }
.bg3 { background: url(images/bg0-2b.jpg) no-repeat left top; }
.bg3a { background: url(images/bg0-2c.jpg) no-repeat left top; }
.bg4 { background: url(images/bg0-3a.jpg) no-repeat left top; }
.bg4a { background: url(images/bg0-3b.jpg) no-repeat left top; }
.bg4b { background: url(images/bg0-3c.jpg) no-repeat left top; }
.bg5 { background: url(images/bg04.jpg) no-repeat left top; }
.bg6 { background: url(images/bg05.jpg) no-repeat left top; }
.bg7 { background: url(images/bg06.jpg) no-repeat left top; }
.bg8 { background: url(images/bg07.jpg) no-repeat left top; }
.bg9 { background: url(images/bg08.jpg) no-repeat left top; }
.bg10 { background: url(images/bg09.jpg) no-repeat left top; }
.bg11 { background: url(images/bg10.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 0px 10px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 10px;
	clear: left;
	padding-left: 20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
.img3 {
	float: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

