/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #669AB7 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: #4C4C4C;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #3E4245;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #1072C6;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #D1E1EA;
}
.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #3E4245;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(images/homepage15.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

.list1 h3 {
	margin-bottom: 15px;
}

/** LINKS */

a {
	color: #1072C5;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	font-weight: bold;
	color: #D1E1EA;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: #FFFFFF url(images/homepage02.jpg) repeat-y left top; }
.bg2 { background: #737D84 url(images/homepage11.gif) no-repeat left top; }
.bg3 { background: #FFFFFF url(images/subpage2_02.jpg) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px -5px;
}

.img2 {
	float: right;
	margin: 0px -5px 0px 15px;
}

.img3 {
border-color:#D8D8D8;
border-width:thin;
border-style:groove
}

hr { display: none; }

.hr1 {
	height: 10px;
	margin-bottom: 15px;
	background: url(images/homepage15.gif) repeat-x left bottom;
}

