/** BASIC */
body {
	margin: 0px;
	padding: 0px;
	background: #C9E0FF url(images/img11.jpg) repeat-x left top;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

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


/** LINKS */

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** MISC */

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

img { border: none; }

img.center {
	float: center;
	margin: 3px 15px 0px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** HEADER */

#header {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 174px;
}

/** LOGO */

#logo {
	width: 900px;
	height: 131px;
	background: url(images/img01.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}