/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg01.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 141px;
	padding: 1px 2px;
	background: #1D4D51;
	border: none;
	border-bottom: 1px solid #308187;
}

#inputsubmit1 {
	width: 45px;
	height: 18px;
	background: url(images/homepage03.gif) no-repeat left top;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	text-transform: lowercase;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	margin-bottom: 20px;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #50A015;
}

h2 span {
	color: #FFFFFF;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h4 {
	margin-bottom: 15px;
	font-size: 10px;
	font-weight: normal;
	color: #A8C5C6;
}
h7 {
	font-size: 12px;
/*	font-weight: bold;*/
	color: #FFFFFF;
	text-align:left
}
h8 {
	text-transform: lowercase;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
h9 {
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	color: #F00;
	text-align:left
}
h10 {
	font-size: 12px;
    font-weight: bold;
	color: #D7ECED;
	text-align:left
}


/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D7ECED;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	display: block;
	width: 238px;
	height: 25px;
	padding: 5px 0px 0px 31px;
}

.list1 li.first {
	height: 25px;
	padding-top: 20px;
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list2 li {
	height: 39px;
	padding: 7px 0px 0px 10px;
}

/** LINKS */

a {
	color: #8CDADE;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	color: #C9FCFF;
}

.link3 {
}

.link4 {
}

/** STYLES */

.style1 {
	text-transform: lowercase;
	font-size: 10px;
	color: #346062;
}

.style1 a {
	color: #346062;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/bg02.jpg) repeat-x left top; }
.bg2  { background: url(images/bg03.jpg) no-repeat left top; }
.bg3  { background: url(images/bg04.jpg) no-repeat left top; }
.bg5  { background: url(images/bg06.jpg) no-repeat left top; }
.bg6  { background: url(images/bg07.jpg) no-repeat left bottom; }
.bg7  { background: url(images/bg08.jpg) repeat-x left bottom; }
.bg8  { background: url(images/bg09.jpg) no-repeat left top; }
.bg9  { background: url(images/homepage04.jpg) no-repeat left top; }
.bg10 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg11 { background: url(images/homepage07.jpg) no-repeat left bottom; }
.bg12 { background: url(images/homepage08.jpg) no-repeat left top; }
.bg13 { background: url(images/homepage09.jpg) no-repeat left top; }
.bg14 { background: url(images/homepage19.jpg) no-repeat left top; }
.bg15 { background: url(images/homepage20.jpg) no-repeat left top; }
.bg16 { background: url(images/homepage21.jpg) no-repeat left top; }
.bg17 { background: url(images/homepage22.jpg) no-repeat left top; }
.bg18 { background: url(images/homepage23.jpg) no-repeat left top; }
.bg19 { background: url(images/homepage24.jpg) no-repeat left top; }
.bg22 { background: url(images/subpage02.gif) no-repeat left bottom; }
.bg23 { background: url(images/subpage05.jpg) no-repeat left top; }
.bg24 { background: url(images/subpage06.gif) 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;
}