/** BASIC */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/** 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: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 15px;
	font-weight: bold;
	color: #584B37;
}

.text2 {
	font-size: 12px;
	font-weight: bold;
	color: #4A543B;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #707070;
}

.text4 {
	text-align: center;
	font-size: 9px;
	color: #F0F2DC;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/homepage16.gif) no-repeat left center;
	color: #201B12;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.link1 {
}

.link2 {
	font-size: 10px;
	color: #FFFFFF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url no-repeat left center; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	clear: both;
	height: 1px;
	background: url no-repeat center top;
}

.hr2 {
	clear: both;
	height: 41px;
	background: url repeat-x left center;
}

