/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #B6C8D3 url(images/bg01.jpg) repeat-y 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: #2A414F;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 11px;
	text-align: justify;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #4F7F9D;
}

.text2 {
	text-align: center;
	font-size: 9px;
	color: #1B313E;
}

/** LINKS */

a {
	color: #AAC3D1;
}

a:hover {
	text-decoration: none;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/bg02.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/bg03.jpg) no-repeat left top;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-top: 1px;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 0px -16px 15px -21px;
	background: url(images/homepage15.jpg);
}

