/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #819CB8 url(images/bg_01.jpg) repeat-x left top;
}

body, th, td, input, textarea, select {
	color: #446381;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0;
}

a {
	color: #2E6993;
}

a:hover {
	text-decoration: none;
}

/** MISC */

.align-justify { text-align: justify; }

.img1  { margin-right: 15px; margin-bottom: 15px; float: left }

/** FORMS */


/** BACKGROUNDS */

.bg1 {
	background: url(images/bg_02.jpg) no-repeat;
}

.bg2 {
	background: #C1CEDC url(images/homepage09.jpg) repeat-x;
}

.bg3 {
	background: url(images/homepage10.gif) no-repeat;
}

.bg4 {
	background: url(images/homepage17.gif) no-repeat left center;
}

/** LINKS */


/** HEADINGS */


/** TEXTS */

.text1 {
	font-size: 9px;
	color: #EFF2F6;
	text-align: center;
	padding-top: 30px;
}
.text2 {
	color: #4A525A;
}

