@import url('common.css');

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #407A6B url(../images/homepage01.jpg) repeat-x left top;
}

/** FORMS */

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



/** LINKS */

a {
	color: #95E9CD;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-align: right;
	text-decoration: none;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	color: #E2D5E2;
}

.style1 a {
	color: #E2D5E2;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(../images/homepage04.jpg) no-repeat left top; }
.bg2 { background: url(../images/homepage05.jpg) no-repeat left top; }
.bg3 { background: url(../images/homepage06.jpg) no-repeat left top; }
.bg4 { background: url(../images/homepage07.jpg) no-repeat left top; }
.bg5 { background: url(../images/homepage08.jpg) no-repeat left top; }
.bg6 { background: url(../images/homepage23.gif) repeat-x left top; }

/** MISC */

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



.img1 {
	float: left;
	margin: 5px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 5px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}


