/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #989C9F url(images/homepage01.jpg) repeat left top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #FFFFFF;
}

h1, h2 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(images/homepage04.gif) no-repeat right center;
	text-transform: uppercase;
	font-size: 11px;
}

h3 {
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a0a29F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-align: center;
	font-size: 10px;
	color: #373B3E;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 16px;
	list-style: none;
	font-size: 9px;
}

.list1 li {
	padding-left: 7px;
	background: url(images/homepage05.gif) no-repeat left center;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	padding: 7px 0px;
	background: url(images/homepage03.gif) repeat-x left top;
}

.list2 li.first {
	background: none;
}

/** LINKS */

a {
	color: #C4DFF4;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 114px;
	height: 27px;
	padding: 13px 0px 0px 0px;
	background: url(images/subpage2_03.jpg) no-repeat left top;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #ECF6FF;
}

.link2 {
	padding-left: 13px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

label {
	font-size: 10px;
	color: #97928E;
}

#input1 {
	width: 181px;
	height: 19px;
	margin-bottom: 10px;
	background: url(images/homepage08.jpg) no-repeat left top;
	border: none;
}

#submit1 {
	width: 57px;
	height: 19px;
	background: url(images/homepage09.jpg) no-repeat left top;
	border: none;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: bold;
	color: #DDF2FF;
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage2_02.jpg) repeat-y left top; }
.bg2 { background: url(images/subpage2_06.jpg) repeat-x left top; }
.bg3 { background: url(images/subpage2_07.jpg) no-repeat left top; }
.bg4 { background: url(images/subpage2_08.jpg) no-repeat left bottom; }
.bg5 { background: url(images/homepage03.gif) repeat-x left bottom; }
.bg6 { background: url(images/homepage06.gif) repeat-y left top; }
.bg7 { background: url(images/subpage2_12.jpg) no-repeat left top; }
.bg8 { background: url(images/subpage2_13.jpg) no-repeat left top; }
.bg9 { background: url(images/subpage2_14.jpg) no-repeat left top; }

/** 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;
}

