/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}



/** HEADINGS */

h1 {
	margin: 0px;
	color:  #78B298;
	font-size:48px;
	padding-top:50px;
}

h2 {
	margin-bottom: 5px;
	text-align:center;
	font-size: 25px;
	font-weight: normal;
	color:  #396551;
}


h3 {
	margin: 10px 0px;
	font-size: 15px;
	text-align:center;

}

h4 {
	margin: 0px;
	color:  #78B298;
	font-size:30px;
	padding-left: 200px
}
h5 {
	margin: 0px;
	color:  #78B298;
	font-size:48px;
	padding-top:00px;
}
h6 {
	margin: 5px 0px;
	font-size: 15px;

}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-indent: 12pt;
}

.text1 {
	text-align: center;
	color: #ffffff;
}

/** LINKS */

a {
	color:  #396551;
	text-decoration:none;
	font-weight:bolder;
}

a:hover {
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #78B298;
}


.link1:hover {
	text-decoration: underline;
}
.link2 {
	vertical-align:text-top;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #396551;
	margin-right: 10px;
}

.link2:hover {
	text-decoration: underline;
}
.link3 {
	font-size: 20px;
	font-weight: bold;
	color: #78B298;
}


.link3:hover {
	text-decoration: underline;
}
.link4 {
	font-size: 15px;
	font-weight: bolder;
	color: #396551;
}


.link4:hover {
	text-decoration: underline;
}


/** BACKGROUNDS */

.bg1 { background: #396551 url(images/homepage01.jpg) repeat-x left top; }
.bg2 { background: #9cb2a8 url(images/homepage16.jpg); background-repeat:no-repeat; }



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}
.img3 {
	margin-bottom:15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.appear {
	margin-top:15px;
	margin-bottom:15px;
}