/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
.textfield {
	display: block; 
	float:left; 
	width:85%; 
	background-color: #FCE9B5; 
	margin:3px 3px 3px 30px; 
	padding:3px;	
	border: 2px solid #7c6d36; 
	clear:right;
}

.label {	
	display: block; 
	float:left; 
	text-align:left; 
	font-weight:bold; 
	width:100%; 
	margin:3px; 
	padding: 5px;
}
.button {
	display: block; 
	padding:0px; 
	width:60px;
	height:25px;
	background-color:#FCE9B5; 
	margin:3px 3px 3px 3px; 
	border: 2px solid #7c6d36; 
	color:#000000;
}
.textfield:hover {
	background:#FFF2CD;
}
.textfield:focus {
	background:#ffffff;
}
tr {
	padding:0px 0px 0px 0px
}
/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #2E1B0D;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5852;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	color: #664506;
}

.text2 {
	display: block;
	line-height: 18px;
	font-size: 23px;
	color: #1A110A;
}

.text_legal{
	text-align: center;
	font-size: 10px;
	color: #ECD99E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 a {
	padding-left: 9px;
	background: url(images/homepage12.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #663506;
}

a:hover {
	text-decoration: none;
}

.link1 {
	padding-left: 9px;
	background: url(images/homepage12.gif) no-repeat left center;
}

.legal {
	font-size: 10px;
	color: #ECD99E;
	text-decoration: none;
}
.onwhite {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage2_01.jpg) repeat-y left top; }

.bg2 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage09.jpg) repeat-y left top; }
.bg4 { background: url(images/homepage10.jpg) no-repeat left bottom; }

.bg5 { background: url(images/subpage2_02.jpg) no-repeat left top; }

/** 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;
}

.img3 {
	float: left;
	margin: 0px 7px 0px 0px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-top: 18px;
	padding-bottom: 15px;
	background: url(images/homepage17.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin-top: 20px;
	padding-bottom: 20px;
	background: url(images/homepage18.gif) repeat-x left top;
}


