/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #82C3D3 url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 125px;
	height: 15px;
	padding: 3px 0px 0px 4px;
	border: 1px solid #BDCACB;
	background: #FFFFFF;
	font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

/** 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: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	margin-bottom: 5px;
	font-size: 11px;
}

.text2 {
	text-align: center;
	font-size: 10px;
	color: #CCCCCC;
}

.text3 {
	color: #333333;
}

/** LINKS */

a {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	color: #CCCCCC;
}

.style1 a {
	color: #333333;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage08.jpg) no-repeat left top;
}

.bg2 {
	background: url(images/homepage10.jpg) repeat-y left top;
}

.bg3 {
	background: url(images/homepage11.jpg) no-repeat left top;
}

.bg4 {
	background: url(images/homepage25.jpg) no-repeat left top;
}

.bg5 {
	background: url(images/homepage34.jpg) repeat-x left top;
}

.bg6 {
	background: url(images/subpage02.jpg) no-repeat left top;
}

.bg7 {
	background: url(images/subpage03.jpg) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: right;
	margin-left: 10px;
}

hr { display: none; }

.hr1 {
	clear: both;
	padding: 10px 0px;
	height: 2px;
	background: url(images/homepage29.gif) repeat-x left center;
}

