/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #D8E3E6;
}

/** 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: #363628;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #24667F;
}

.text2 {
	text-transform: lowercase;
	text-align: center;
	font-size: 10px;
	color: #535648;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 10px;
	background: url(images/subpage07.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #45829A;
}

a:hover {
	text-decoration: none;
}

.link1 {
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #060602; }

.bg2 { background: url(images/bg03.jpg) no-repeat center top; }
.bg02 { background: url(images/bg003.jpg) no-repeat center top; }
.bg3 { background: url(images/bg04.jpg) repeat-y center top; }
.bg03 { background: url(images/bg004.jpg) repeat-y center top; }
.bg4 { background: url(images/bg05.jpg) no-repeat center bottom; }
.bg04 { background: url(images/bg005.jpg) no-repeat center bottom; }

.bg5 { background: url(images/homepage10.jpg) repeat-y left top; }

.bg6 { background: url(images/homepage12.jpg) no-repeat left top; }
.bg7 { background: url(images/homepage13.jpg) repeat-y left top; }

.bg8  { background: url(images/homepage17.jpg) no-repeat left top; }
.bg9  { background: url(images/homepage18.jpg) repeat-y left top; }
.bg10 { background: url(images/homepage19.jpg) no-repeat left bottom; }

.bg11 { background: url(images/subpage02.jpg) no-repeat left top; }
.bg011 { background: url(images/subpage002.jpg) no-repeat left top; }
.bg12 { background: url(images/subpage03.jpg) repeat-y left top; }
.bg012 { background: url(images/subpage003.jpg) repeat-y left top; }
.bg13 { background: url(images/subpage04.jpg) no-repeat left bottom; }
.bg013 { background: url(images/subpage004.jpg) no-repeat left bottom; }

/** 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: 2px;
	margin-bottom: 10px;
	background: url(images/homepage15.jpg) no-repeat center top;
}