/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 25px 0px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

h3 {
	margin: 5px 0px;
	font-size: 11px;
	color: #7DE08E;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

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

.text1 {
	text-align: center;
	color: #7EC196;
}

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

.list1 li {
	display: inline;
	padding-left: 15px;
}

.list1 .first {
	padding-left: 0px;
}

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

.list2 li {
	padding-left: 17px;
	background: url(images/homepage15.gif) no-repeat left center;
	font-size: 10px;
}




/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.wrapper {
	background: url(images/homepage02.jpg) repeat-x left top;
}

.bg1 { background: url(images/subpage2_01.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

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

.hr2 {
	height: 22px;
	background: url(images/homepage14.gif) repeat-x left center;
}


