/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #292B2E url(images/bg1_01.jpg);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 96px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #44474A #44474A #000000;
	background-color: #17181A;
}

/** HEADINGS */

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

/** TEXTS */

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

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

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

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

.text2 {
	color: #FFFFFF;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #4F5051;
}

/** LINKS */

a {
	color: #71A840;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg1_02.jpg) repeat-x;
}

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

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

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

.bg5 {
	background: url(images/subpage1_02.jpg) repeat-y;
}

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

.bg7 {
	background: url(images/subpage2_03.jpg) repeat-y;
}

/** MISC */

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

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

.img2 {
	float: left;
	margin-right: 5px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

