/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #DAD7D2 url(images/bg01.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: #D5D7DA;
}

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

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 150%;
}

.ul1 li {
}

.ul1 a {
	padding-left: 12px;
	background: url(images/homepage13.gif) no-repeat left center;
}

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

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFD6BF;
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #8D8D8D;
}

/** LINKS */

a {
	color: #FF7E4A;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	float: right;
	padding-left: 9px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	background: url(images/homepage16.gif) no-repeat left center;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #613B00;
}

a.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/homepage14.gif) repeat-y left top;
}

.bg3 {
	background: url(images/homepage17.jpg) no-repeat left top;
}

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 31px;
	background: url(images/homepage15.gif) repeat-x left center;
}

