/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #6D1102 url(images/homepage01.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: 10px;
	color: #000000;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 180%;
}

.text1 {
	text-align: center;
	color: #FFFFFF;
}

.text2 {
	text-align: left;
	color: #FFFFFF;
}

/** LINKS */

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

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

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

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

.bg4 {
	background: url(images/homepage14.jpg) no-repeat;
}
.bg1w {
	background: url(images/homepage10w.jpg) no-repeat;
}

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

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

/** MISC */

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

