/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #F5F7EA url(images/bg01.jpg) repeat-x left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h3, h5, h6 {
	margin: 0px;
	color: #8A8A8A;
}

h1 {
	font-size: 23px;
}

h2 {
	font-size: 16px;
	margin-left: 30px;
}

h1, h2 {
	margin-bottom: 5px;
}
h4 {	
	font-size: 16px;
	padding-left: 0px;
	
}
h5 {
	font-family:  Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	padding-left: 30px;
	color: #504E4E;
	text-align: justify;
}

h1 span, h2 span, h4 span {
	color: #689702;
}

h3 {
	font-size: 11px;
	color: #689702;
}


/** TEXTS */

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

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

strong {
	color: #689702;
}

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

.list1 li {
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 0px 15px;
	background: url(images/homepage06.gif) no-repeat 0px 15px;
	border-top: 1px solid #E3E3E3;
}

.list1 li.first {
	border: none;
}

/** LINKS */

a {
	color: #F03900;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

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

img { border: none; }

img.left {
	float: left;
	margin: 30px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

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

/** WRAPPER */

#wrapper {
	width: 758px;
	margin: 0px auto;
	padding: 0px 10px 10px 10px;
	background: #FFFFFF;
}

/** MENU */

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #636363;
}

#menu a:hover {
	text-decoration: underline;
}

 
/** BANNER */

#banner {
	background: #FFFFFF url(images/bg02.jpg) no-repeat left top;
	}

 #banner h1 {
	margin: 0px;
	}
	/*text-transform: lowercase;*/
	letter-spacing: -1px;
	font-size: 27px;
	color: #FFFFFF;
}

#banner p {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 17px;
	color: #DAE7AF;
}

#banner .more {
	margin: 0px;
}

#banner a {
	display: block;
	height: 39px;
	padding: 8px 0px 0px 40px;
	background: url(images/homepage03.gif) no-repeat left ;
	text-transform: none;
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
}

#banner a:hover {
	text-decoration: underline;
}
*/
*/
/** FOOTER */

#footer p {
	text-align: center;
	color: #BFD089;
}

#footer a {
	color: #BFD089;
}













