/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg1_01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h2 {
	height: 16px;
	padding-top: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B7B7B;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #FFFFFF;
}

.text2 {
	color: #394A66;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #70819E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 15px;
	background: url(images/homepage09.gif) no-repeat 0px 10px;
}

.list1 .hr {
	background: url(images/homepage10.gif) repeat-x left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

/** LINKS */

a {
	color: #F29340;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #606982;
}

.link1:hover {
	color: #F29340;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/bg1_02.jpg) no-repeat left top; }
.bg2  { background: url(images/bg1_03.jpg) repeat-y left top; }
.bg3  { background: url(images/bg1_04.jpg) no-repeat left bottom; }
.bg4  { background: url(images/homepage03.jpg) no-repeat left top; }
.bg5  { background: url(images/homepage05.jpg) no-repeat left top; }
.bg6  { background: url(images/homepage07.jpg) no-repeat left top; }
.bg7  { background: url(images/bg1_05.jpg) no-repeat left top; }
.bg8  { background: url(images/bg2_01.jpg) repeat-y left top; }
.bg9  { background: url(images/bg2_02.jpg) no-repeat left bottom; }
.bg10 { background: url(images/subpage1_01.jpg) no-repeat left top; }
.bg11 { background: url(images/subpage1_02.jpg) no-repeat left top; }
.bg12 { background: url(images/bg3_01.jpg) repeat-y left top; }
.bg13 { background: url(images/bg3_02.jpg) no-repeat left bottom; }
.bg14 { background: url(images/subpage2_01.jpg) no-repeat left top; }s

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


