/** BASIC */

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

/** FORMS */

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

/** HEADINGS */

h1, h2 {
	margin: 0px 0px 15px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h3 {
	margin: 0px;
	font-size: 11px;
	color: #12A1B1;
}

h3 span {
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #434343;
}

h4 {
	margin: 99px 0px 0px 18px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

h5 {
	margin: 88px 18px 0px 30px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
}

h6 {
	margin: 99px 0px 0px 0px;
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align:center;
}

/** TEXTS */

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

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

.text1 {
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	text-align: center;
	color: #000000;
	font-size:12px;
}

.text2 a {
	color: #000000;
}

.text3 {
	text-align: center;
	color: #72B2B4;
}

.text4 {
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

.text5 {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #cccccc;
}

.text6 {
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

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

.list1 li {
	padding-top: 15px;
	background: url(images0/homepage07.gif) repeat-x left top;
}

.list1 li.first {
	padding: 0px;
	background: none;
}

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

.list2 li {
	padding: 5px;
	background: url(images0/homepage12.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

.list2 a {
	padding-left: 9px;
	background: url(images0/homepage11.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #F71C00;
	text-decoration: none;
}

a:hover {
text-decoration:underline;

}

/** STYLES */

.style1 {}

.style1 a {}

.style1 a:hover {}

.style2 {
	color: #CCCCCC;
}

.style3 {
color: #58523F;
text-align: center;
}


/** BACKGROUNDS */

.bg1 { background: url(images0/bg01.jpg) repeat-y left top; }
.bg2 { background: url(images0/bg02.jpg) no-repeat left top;}
.bg3 { background: url(images0/bg03.jpg) no-repeat left bottom; }
.bg4 { background: url(images0/homepage07.gif) repeat-x left top; }
.bg5 { background: url(images0/homepage10.jpg) no-repeat left top; }
.bg6 { background: url(images0/bg06.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



