/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** HEADINGS */

h2 {
	margin: 0px;
}


/** TEXTS */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	color: #008000;
}

.text2 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #008000;
}

.text3 {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: normal;
	color: #008000;
}

.text4 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #008000;
}

.text5 {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #008000;
}

/** LINKS */

a {
	color: #008000;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 17px 0px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	background: url(images/homepage05.gif) repeat-x left top;
	color: #008000;
}

.linkcurrent {
	display: block;
	float: left;
	width: auto;
	height: 30px;
	padding: 15px 17px 0px 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	background: url(images/homepage05.gif) repeat-x left top;
	color: #008000;
}

/** STYLES */

.style1 {
	color: #FFFFFF;
}

.style2 {
	color: #008000;
	font-size: 13px;
	margin: 0px 0px 0px 330px;
}

/** BACKGROUNDS */

.bg2 { width: 980px; height: 45px; margin: 0px auto; background: url(images/homepage02.jpg) repeat left top; } 
.bg3 { background-color: #FFFFFF; }
.bg4 { background: url(images/leaves.jpg) no-repeat-y left top; }
.bg5 { width: 980px; height: 81px; margin: 0px auto; } 

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	float: center;
	margin: 3px 0px 0px 15px;
}
