/** BACKGROUNDS */

.bg1 { background: url(images/bg04.jpg) no-repeat left top; }
.bg2 { background: url(images/bg05.jpg) no-repeat left top; }
.bg3 { background: url(images/bg06.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage1_01.jpg) no-repeat left top; }
.bg4a { background: url(images/subpage1_01a.jpg) no-repeat left top; }
.bg4b { background: url(images/subpage1_01b.jpg) no-repeat left top; }
.bg4c { background: url(images/subpage1_01c.jpg) no-repeat left top; }
.bg4d { background: url(images/subpage1_01d.jpg) no-repeat left top; }
.bg4e { background: url(images/subpage1_01e.jpg) no-repeat left top; }
.bg4f { background: url(images/subpage1_01f.jpg) no-repeat left top; }
.bg4g { background: url(images/subpage1_01g.jpg) no-repeat left top; }
.bg4h { background: url(images/subpage1_01h.jpg) no-repeat left top; }
.bg5 { background: url(images/subpage1_02.jpg) no-repeat left top; }
.bg6 { background: url(images/subpage2_01.jpg) no-repeat left top; }

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #C0691A url(images/bg01.jpg) repeat-x left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4DDD0;
}

.text1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 em {
	padding: 1px 5px;
	background: url(images/homepage07.jpg) repeat left top;
	font-style: normal;
}

.text3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #AA3E00;
}

.text4 {
	color: #6A7175;
}

.text5 {
	text-align: center;
	color: #E6F6FA;
}

/** LINKS */

a {
	color: #FFFFFF; text-decoration: none
}

a:hover {
	text-decoration: underline;
}
/** SCROLLERS */

.scroller {
	padding: 45px 35px 0px 35px;
	overflow-x: auto;
	overflow-y: scroll;
}