/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
}

/** 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: #E4E1C8;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 160%;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ol {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

/** LINKS */

a {
	color: #FF9F3D;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

.style5 {font-size: 9px}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

img.left {
	float: left;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** PAGE */

#page {
	background: url(images/subpage01.jpg) no-repeat right top;
}

/** SCROLLER */

#scroller  {
	height: 272px;
	width: 433px;
	padding: 50px 0px 50px 35px;
	overflow: auto;
}

/** FOOTER */

#footer {
	background: url(images/homepage09.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #393939;
}