/** BASIC */

body {
	margin: 35px 10px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 100px;
	border: 1px solid #9F9A75;
	background-color: #F2ECC0;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #6B684F;
}

.input2 {
	width: 44px;
	height: 18px;
	border: none;
	background: #9F9A75 url(images/homepage07.gif);
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B684F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}

.text1 {
	font: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6B684F;
}

.text2 {
	font-size: 11px;
}

.text3 {
	padding: 2px 5px;
	background: url(images/homepage07.gif);
	font-style: normal;
	color: #FFFFFF;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #88A3B8;
}

/** LINKS */

a {
	color: #C65422;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 9px;
	color: #8DA5BF;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	display: block;
	width: 110px;
	height: 24px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #6B684F;
}

a.link2:hover {
	background: url(images/homepage07.gif);
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage06.jpg) no-repeat;
}

.bg2 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/homepage09.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/homepage10.jpg) repeat-y right top;
}

.bg5 {
	background: url(images/homepage11.jpg) no-repeat right bottom;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 2px;
	margin: 1.5em 0px;
	background: url(images/subpage02.gif);
}

#scroller {
	overflow: auto;
	height: 386px;
}