/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

.text1 {
	font-size: 10px;
	color: #6D6140;
}

.text2 {
	background: url(images/homepage11.gif) no-repeat left;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #B44902;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #B17221;
}
body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6D6140;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 13px;
}

/** LINKS */

a {
	color: #BF5E12;
}

a:hover {
	text-decoration: none;
}

/** LISTS */

.list1 {
	margin-left: 10px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	margin-bottom: 8px;
}

.list1 a {
	padding-left: 9px;
	background: url(images/homepage14.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #F58E01 url(images/bg01.jpg) repeat-x top left; }

.bg2 { background: url(images/bg03.jpg) repeat-y center top; }
.bg3 { background: url(images/bg02.jpg) no-repeat center top; }
.bg4 { background: url(images/bg04.jpg) no-repeat center 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;
}

