/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #c0d5a4 url(images/bg1_01.jpg) repeat-x left top;
}

body, th, td, input, textarea, select {
	color: #3a5121;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
	text-align: justify;
}
/** color below for footer text and links */
a {
	color: #3a5121;
}

a:hover {
	text-decoration: none;
}

.ul1 {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: square url(images/homepage10.jpg);
}

.ul1 li {
}

.ul2 {
	margin: 0;
	list-style: square url(images/homepage10.jpg);
}

.ul2 li {
	margin: 0;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	margin-right: 5px;
	float: left;
}

.hr1 {
	clear: both;
	margin: 1em 0;
	height: 2px;
	background: url(images/homepage08.jpg) repeat-x;
}

.hr1 hr { display: none; }

/** FORMS */


/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_07.jpg) no-repeat;
}

.bg2 {
	background: url(images/bg1_08.jpg) repeat-x;
}

.bg3 {
	background: url(images/bg1_09.jpg) no-repeat;
}

.bg4 {
	background: url(images/bg1_10.jpg) repeat-y;
}

.bg5 {
	background: url(images/bg1_11.jpg) no-repeat left bottom;
}

/** LINKS */

a.link1 {
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: none;
}

a.link2 {
	color: #094E90;
}

/** HEADINGS */


/** TEXTS */
/** text1 - center feature text */
/** text2 - copyright text */
.text1 {
	color: #094E90;
}
.text2 {
	font-size: 10px;
	color: #475e2d;
	text-align: center;
}
