/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2C2A26 url(images/bg1_01.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: 10px;
	color: #FFD394;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 li {
	padding: 5px 0px;
}

.ul1 .vline {
	background: url(images/homepage14.gif) repeat-x left bottom;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 10px;
	font-weight: bold;
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #A6813F;
}

/** LINKS */

a {
	color: #FFC369;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	float: right;
	padding-left: 6px;
	background: url(images/homepage13.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg1_06.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/bg1_08.jpg) repeat-y left top;
}

.bg4 {
	background: url(images/subpage04.jpg) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

