/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/homepage01.gif);
}

/** FORMS */

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

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	display: inline;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #8F8F8F;
}

p, blockquote, ul, ol, dl {
	margin: 0px 0px 11px 0px;
	text-align: justify;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 12px;
	color: #FFFFFF;
}

.text2 {
	color: #7A7A7A;
}

.text3 {
	font-size: 11px;
	color: #7E7D7D;
}

.text4 {
	font-size: 10px;
	color: #CCDEF2;
}

.text5 {
	text-align: center;
	font-size: 11px;
	color: #99B6D7;
}

.text6 {
	display: block;
	padding-left: 22px;
	background: url(../images/homepage09.gif) no-repeat right top;
	font-size: 12px;
	color: #FFFFFF;
}

.text7 {
	display: block;
	padding-left: 22px;
	font-size: 13px;
	color: #FFFFFF;
	background: url(../images/homepage16.gif);
}

.text8 {
	font-size: 12px;
	color: #8F8F8F;
}

/** LINKS */

a {
	color: #FAA881;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	text-decoration: none;
	font-size: 10px;
	color: #454545;
}

a.link2:hover {
	text-decoration: underline;
}

a.link3, a.link3vline {
	display: block;
	padding: 4px 12px;
	background: url(../images/homepage08.gif) no-repeat 96% 50%;
	text-decoration: none;
	font-size: 10px;
	color: #454545;
}

a.link3:hover, a.link3vline:hover {
	text-decoration: underline;
}

a.link3vline {
	border-top: 1px solid #FFFFFF;
}

a.link4 {
	text-decoration: none;
	font-size: 10px;
	color: #454545;
}

a.link4:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

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

.bg2 {
	background: url(../images/homepage05.gif) repeat-y;
}

.bg3 {
	background: url(../images/homepage15.gif);
}

.bg4 {
	background: url(../images/homepage16.gif);
}

.bg5 {
	background: url(../images/homepage06.gif) repeat-x;
}

.bg6 {
	background: url(../images/homepage07.gif);
}

.bg7 {
	background: url(../images/subpage2_02.gif) repeat-y;
}

/** MISC */

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

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 14px;
	background: url(../images/homepage11.gif);
}

.hr2 {
	height: 1px;
	margin: 0px -22px 14px -22px;
	background: url(../images/homepage11.gif);
}

