/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-family: font-family
: "Trebuchet MS", Arial, Helvetica, sans-serif;;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.title h2, .title h3 {
	font-size: 14px;
	font-weight: normal;
	color: #5B4E27;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 120%;
	font-size: 12px;
}

.hangingP {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 120%;
	font-size: 12px;
}

.text1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: normal;
	/*color: #485153; */
	color: #395731;
}

.text2 {
	font-size: 16px;
	font-weight: normal;
	color: #395731;
}

.text3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.text4 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #554C34;

}

.text5 {
	text-align: center;
	color: #999999;
}

/** LISTS */

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

.list1 li {
	padding-left: 18px;
	background: url(images/homepage02.gif) no-repeat 5px 50%;
	padding-bottom: 8px;
	list-style-position: outside;
}

.list1 a {
}

/** LINKS */

a {
	color: #597990;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #2E373C url(images/subpage2_01.jpg) repeat-x left top; }
.bg2 { background: #FFFFFF url(images/subpage2_05.jpg) repeat-y left top; }
.bg3 { background: url(images/subpage2_03.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_04.jpg) no-repeat right top; }
.bg5 { background: url(images/subpage2_06.jpg) no-repeat left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left { text-align: left; }
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;
}
