/** BASIC */

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body, th, td, input, textarea, select {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #94A0AF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
	text-align: left;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: lightblue;
	text-decoration: none;
}


/** MISC */

.align-justify { text-align: justify; }
.img1 {
	margin-right: 15px;
	margin-top: 2px;
}

/** FORMS */

form {
	margin: 0;
	padding: 0;
}

/** BACKGROUNDS */

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

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

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

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

.bg5 {
	background: url(images/bg1_15.jpg) no-repeat center bottom;
}

.bg6 {
	background: url(images/bg2_01.jpg) repeat-y center top;
}

.bg7 {
	background: url(images/bg2_02.jpg) no-repeat 0px 46px;
}

.bg8 {
	background: url(images/bg2_03.jpg) no-repeat center bottom;
}

.bg9 {
	background: url(images/subpage2_01.jpg) repeat-y center top;
}

.bg10 {
	background: url(images/subpage2_02.jpg) no-repeat 0px 46px;
}

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

/** LINKS */


/** HEADINGS */


/** TEXTS */

.text1 {
	color: #E5E8EC;
}

.text2 {
	color: #3F4956;
}
