/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #DDA862;
}

.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: 24px;
}

h3 {
	font-size: 16px;
}

h4, h6{
	margin: 0px;
	font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


h5
{
   margin: 0px;
   font: bold 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
   background:#FFCC33;
}

/** 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;
}

/** 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 {
	color:#FFFFFF;
	/*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 */

.bg1 { background: #130E0A; }
.bg2 { background: url(images/bg01.jpg) no-repeat left top; }
.bg3 { background: url(images/bg02.jpg) no-repeat left top; }
.bg4 { background: url(images/bg03.jpg) no-repeat left top; }
.bg5 { 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;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

