/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/slices/homepage01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 130px;
	padding: 2px;
	background: #FFFFFF;
	border-top: 1px solid #DFDFDF;
	border-left: 1px solid #EBEBEB;
}

#inputsubmit1 {
	width: 61px;
	height: 20px;
	background: url(images/slices/subpage1_01.gif) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	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: #B3B3B3;
}

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

.text1 {
	letter-spacing: -1px;
	font-size: 34px;
	font-weight: normal;
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #EBD4B8;
}

.text3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	font-size: 12px;
	font-weight: bold;
	color: #EBD4B8;
}

.text5 {
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
	color: #808080;
}

.text6 {
	letter-spacing: -1px;
	font-size: 27px;
	font-weight: normal;
	color: #5B5449;
}

.text7 {
	color: #FFFFFF;
}

/** LISTS */

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

/** LINKS */

a {
	color: #FFE4AE;
}

a:hover {
	text-decoration: none;
}

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

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

.link2 {
	padding-left: 14px;
	background: url(images/slices/homepage10.gif) no-repeat left center;
	font-size: 10px;
}

/** STYLES */

.style1 {
	color: #6C6761;
}

.style1 a {
	color: #6C6761;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/slices/homepage02.gif) repeat-x left top; }
.bg2  { background: url(images/slices/homepage04.jpg) no-repeat left top; }
.bg3  { background: url(images/slices/homepage05.gif) repeat-x left top; }
.bg4  { background: #242017 url(images/slices/homepage07.gif) repeat-x left top; }
.bg5  { background: #000000; }
.bg6  { background: url(images/slices/homepage08.gif) repeat-y right top; }
.bg7  { background: url(images/slices/homepage09.gif) repeat left top; }
.bg8  { background: url(images/slices/homepage12.gif) repeat left top; }
.bg9  { background: url(images/slices/homepage13.gif) repeat-y right top; }
.bg10 { background: #FFFFFF; }
.bg11 { background: #857764 url(images/slices/homepage20.gif) repeat-x left top; }
.bg12 { background: url(images/slices/homepage21.gif) repeat-x left top; }
.bg13 { background: url(images/slices/subpage2_01.gif) repeat-y left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

