/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #E3EDB0 url(images/bg01.html) repeat;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #86854C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 110%;
}

.ul1 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: disc url(images/homepage04.html);
}

.ul2 {
	margin-left: 15px;
	padding-left: 0px;
	list-style: disc url(images/homepage04.html);
}

.ul2 li {
	margin-bottom: 10px;
}

.text1 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	color: #374208;
}

.text1 strong {
	font-weight: bold;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #899259;
}

.text3 {
	color: #899259;
	text-align: center;
}

/** LINKS */

a {
	color: #959F02;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) no-repeat left top;
}

.bg2 {
	height: 100%;
	min-height: 100%;
	background: url(images/bg1_04.jpg) repeat-y left top;
}

html>body .bg2 {
	height: auto;
}

.bg3 {
	height: 388px;
	min-height: 388px;
	background: url(images/bg1_03.jpg) no-repeat left top;
}

html>body .bg3 {
	height: auto;
}

.bg4 {
	background: url(images/bg2_02.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/bg2_03.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/bg2_04.jpg) repeat-y left top;
}

.bg7 {
	background: url(images/bg2_06.jpg) no-repeat left top;
}

.bg8 {
	background: url(images/bg2_07.jpg) no-repeat left top;
}

.bg9 {
	background: url(images/bg2_08.jpg) no-repeat left top;
}

.bg10 {
	background: url(images/bg2_10.jpg) no-repeat left top;
}

.bg11 {
	background: url(images/bg2_11.jpg) no-repeat left top;
}

.bg12 {
	background: url(images/bg2_12.jpg) repeat-y left top;
}

.bg13 {
	background: url(images/subpage2_03.jpg) repeat-y left top;
}

.bg14 {
	background: url(images/subpage2_01.jpg) no-repeat left top;
}

.bg15 {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

.bg16 {
	height:100%;
	background-image:url(images/bg1_04.jpg);
}
/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}
