/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.png) repeat left top;
}

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

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

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

ul
{
	padding-left: 15px;
	margin: 10px 0px 20px 0px;
}

li{
	padding-top: 5px;
	padding-bottom: 5px;
}

.text1 {
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #DB6A00;
}

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

.text3 {
	margin: 0px 0px 15px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #DB6A00;
}

.textmaintitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #DB6A00;
	//padding: 0px 0px 20px 0px;
}
.texttitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #DB6A00;
	padding: 0px 0px 20px 0px;
}

.textbottom {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #DB6A00;
	padding-top:10px;
	padding-bottom:20px;
}

.text4 {
	font-size: 15px;
}

/** LINKS */

a {
	color: #e53b2f;
}

a:hover {
	text-decoration: none;
}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}

.link1 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	text-align: center;
	color: #E28200;
}

.style1 a {
	text-decoration: none;
	color: #E28200;
}

.style1 a:hover {
	text-decoration: underline;
	color: #8C8C8C;
}

/** BACKGROUNDS*/

.bg1 { background: url(images/bg02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage02.jpg) no-repeat left top; }

.bg3 { background: url(images/bg03.png) no-repeat left top; }
.bg4 { background: url(images/bg04.png) repeat-y left 100px; }
.bg5 { background: url(images/bg05.png) no-repeat left bottom; }

.bg6 { background: url(images/homepage09.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage10.jpg) repeat-y left top; }
.bg8 { background: url(images/homepage11.jpg) no-repeat left bottom; }

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

/** MISC */

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

img { border: none; }

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

.img2 {
	float: right;
	margin-left: 10px;
	padding-top:20px;
}

.img3 {
	float: left;
	margin-right: 0px;
}

.img4 {
	float: left;
	margin-right: 50px;
}

.img5 {
	float: right;
	margin-right: 50px;
}

.imgleft {
	float: left;
	//margin-right: 10px;
	//padding-top:10px;
	padding-bottom:0px;
}

.imgright {
	float: right;
	//margin-left: 10px;
	//padding-top:10px;
	padding-bottom:0px;
}

.buttonleft {
	float: left;
	margin-left: 25px;
	//padding-top:10px;
	padding-bottom:0px;
}

.buttonright {
	float: right;
	margin-right: 25px;
	//padding-top:10px;
	padding-bottom:0px;
}

.buttoncenter {
	float: center;
	padding-left:30px;
}

.img6{
	float: left;
	padding-left:7px;
	padding-top:10px;
	padding-bottom:10px;
}

.imgcenter{
	float: center;
	//padding-left:100px;
}

.img7 {
	float: left;
	margin-left: 50px;
	padding-top:10px;
	padding-bottom:0px;
}

.img8 {
	float: right;
	margin-right: 50px;
	padding-top:10px;
	padding-bottom:0px;
}

.img9 {
	float: left;
	margin-left: 70px;
	padding-top:10px;
	padding-bottom:0px;
}
.img10 {
	float: right;
	margin-right: 70px;
	padding-top:10px;
	padding-bottom:0px;
}

.img11 {
	float: left;
	margin-right: 20px;
	padding-top:20px;
}

.img12 {
	float: right;
	margin-left: 20px;
	padding-top:20px;
}

.img13 {
	float: left;
	margin-right: 10px;
	padding-left:25px;
	padding-top:20px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

.error
{
	color: red;
}
