/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #282B32 url(images/bg01.jpg) repeat-x;
}

/** 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: #ADADAD;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	font: normal 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #D2D3D4;
}

.text2 {
	color: #7E8084;
}

.text3 {
	font-size: 10px;
	color: #909194;
}

/** LINKS */

a {
	color: #1DA3AF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	font-size: 10px;
	color: #7D7D7D;
}

.style1 a {
	color: #CCCCCC;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: #202228 url(images/bg02.gif) repeat-y right top;
}

.bg2 {
	background: url(images/bg05.jpg) repeat-y;
}

.bg3 {
	background: url(images/bg04.jpg) no-repeat;
}

.bg4 {
	background: url(images/bg07.jpg) repeat-x left bottom;
}

.bg5 {
	background: url(images/bg08.jpg) no-repeat;
}

.bg6 {
	background: #282B32 url(images/bg09.jpg) no-repeat;
}

.bg7 {
}

.bg8 {
	background: url(images/subpage02.jpg) no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }

img { border: none; }

.img1 {
	position: relative;
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 20px 0px 10px 0px;
	background: url(images/homepage14.gif);
}

