/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bg01.jpg) repeat-y center 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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B8BFC6;
}

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

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

.ul1 li {
	line-height: 22px;
}

.ul1 a {
	padding-left: 10px;
	background: url(images/homepage12.gif) no-repeat left center;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 10px;
	color: #B8BFC6;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 10px;
	color: #474E59;
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg04.jpg) repeat-y left top;
}

.bg2 {
	background: url(images/bg05.jpg) no-repeat left top;
}

.bg3 {
	background: url(images/bg06.jpg) no-repeat left bottom;
}

.bg4 {
	background: url(images/subpage2_04.jpg) repeat-y left top;
}

.bg5 {
	background: url(images/subpage2_02.jpg) no-repeat left top;
}

.bg6 {
	background: url(images/subpage2_03.jpg) no-repeat left bottom;
}

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/homepage13.gif) repeat-x left top;
}

.hr2 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/homepage16.gif) repeat-x left top;
}

