/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #77733C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 115%;
}

.text1 {
	font-size: 10px;
	color: #7DB1C6;
}

.textlink {
	font-size: 10px;
	color: #7DB1C6;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #7D8516;
}

.text3 {
	margin: 0px 0px 5px 0px;
	text-transform: lowercase;
	font-size: 16px;
	font-weight: normal;
	color: #453500;
}

.text3 strong {
	font-weight: bold;
}

.text4 {
	margin: 0px 0px 1px 0px;
	padding: 1px 4px;
	background: url(images/homepage09.gif) repeat left top;
}

.text5 {
	margin: 0px 0px 1px 0px;
	padding: 1px 4px;
	background: url(images/homepage10.gif) repeat left top;
}

/** LINKS */

a {
	color: #6E7A00;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) repeat-x left top;
}

.bg2 {
	background: url(images/bg07.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/bg09.jpg) no-repeat left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	padding: 10px 0px;
	background: url(images/homepage07.gif) no-repeat center center;
}

#scroller {
	width: 426px;
	height: 380px;
	padding-right: 10px;
	overflow: auto;
}
