/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #4E0201 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	color: #4DACA8;
}

.text2 {
	font-size: 11px;
}

/** LISTS */

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 li {
	margin-bottom: 12px;
	padding-top: 12px;
	background: url(images/homepage11.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0;
	background: none;
}

/** LINKS */

a {
	color: #FFF8A7;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

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

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.wrapper { background: url(images/bg02.jpg) repeat-x left top; }

.three-columns { background: transparent url(images/bg04.jpg) repeat-y left top; }
.three-columns .topbg { background: transparent url(images/bg05.jpg) no-repeat left top; }
.three-columns .bottombg { position: relative; background: transparent url(images/bg06.jpg) no-repeat left bottom; }

.two-columns { position: relative; background: url(images/bg1_01.jpg) repeat-y left top; }
.two-columns .topbg { background: url(images/bg1_02.jpg) no-repeat left top; }
.two-columns .bottombg { position: relative; background: url(images/bg1_03.jpg) no-repeat left bottom; }

.one-column { position: relative; background: url(images/bg2_01.jpg) repeat-y left top; }
.one-column .topbg { background: url(images/bg2_02.jpg) no-repeat left top; }
.one-column .bottombg { position: relative; background: url(images/bg2_03.jpg) no-repeat left bottom; }

.bg1 { background: url(images/bg03.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage11.gif) repeat-x left bottom; }
.bg3 { background: url(images/bg07.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

img.left {
	position: relative;
	float: left;
	margin: 3px 15px 0px 0px;
	left: 85;
	top: 85;
	background-color: #FFFFFF;
}

img.right {
	position: relative;
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.text3 {

	text-align: left;
	color: #4DACA8;
}
