/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #55678F url(images/homepage01.jpg) repeat-x 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5E656E;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	color: #3B626F;
}

.text2 {
	margin-bottom: 10px;
	padding-left: 10px;
	background: url(images/homepage30.gif) no-repeat left center;
	font-size: 9px;
	font-weight: normal;
	color: #488C9C;
}

.text3 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: center;
	font-size: 9px;
	color: #D0DBE2;
}

/** ULs */

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul1 a {
	padding-left: 10px;
	background: url(images/homepage18.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #FBDEB4;
}

.ul1 a:hover {
	text-decoration: underline;
}

.ul2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul2 a {
	padding-left: 10px;
	background: url(images/homepage20.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #D3F0F4;
}

.ul2 a:hover {
	text-decoration: underline;
}

.ul3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul3 a {
	padding-left: 10px;
	background: url(images/homepage23.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #D0EAC2;
}

.ul3 a:hover {
	text-decoration: underline;
}

.ul4 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.ul4 a {
	padding-left: 10px;
	background: url(images/homepage30.gif) no-repeat left center;
	text-decoration: none;
	font-size: 9px;
	color: #488C9C;
}

.ul4 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #315E6C;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	padding: 2px 20px 3px 0px;
	background: url(images/homepage17.gif) no-repeat right top;
	text-align: right;
	text-decoration: none;
	font-size: 9px;
	color: #61859E;
}

a.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 9px;
	color: #FFFFFF;
	font-size: 9px;
}

.style1 a {
	text-decoration: none;
	color: #0E8FA4;
}

.style1 a:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage07.jpg) repeat-y left top; }
.bg2 { background: #B0E2EB url(images/homepage08.jpg) repeat-x left top; }
.bg3 { background: url(images/homepage11.jpg) repeat left top; }
.bg4 { background: #FA942A url(images/homepage15.jpg) repeat-x left top; }
.bg5 { background: url(images/homepage19.jpg) repeat left top; }
.bg6 { background: #D5D6DA url(images/homepage25.jpg) repeat-x left top; }
.bg7 { background: url(images/homepage27.jpg) no-repeat right top; }
.bg8 { background: url(images/homepage31.jpg) repeat-x left top; }

.bg9 { background: url(images/subpage1_01.jpg) repeat-y left top; }
.bg10 { background: #5688C7 url(images/subpage1_03.jpg) repeat-x left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

