/** BASIC */

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

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

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

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

/** MISC */

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

.img1 {
	margin: 3px 13px 0 0;
	float: left;
}

/** FORMS */

form {
	margin: 0;
	padding: 0;
}

/** BACKGROUNDS */

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

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

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


/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: blink;
}

a {text-decoration:none;
text-outline:none;
}


/** HEADINGS */


/** TEXTS */

.text1 {
	font-size: 11px;
	color: #F7941C;
}

.text2 {
	color: #F8FFFF;
}

/** STYLE SETS */

.style1, .style1 a {
	color: #8B8F91;
}
