
/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #63910B url(../images/subpage01.jpg) repeat 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: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 1.5em;
}

.text1 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: bold;
}

.text2 {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF0C3;
}

.text3 {
	margin-right: 5px;
	padding: 0px 5px;
	background: #77D7EB url(../images/homepage04.gif) repeat-x left top;
	color: #FFFFFF;
}

.text4 {
	text-transform: lowercase;
	text-align: center;
	color: #9EBB68;
}

/** LISTS */

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list1 li {
	padding-top: 15px;
	background: url(../images/homepage05.gif) repeat-x left top;
}

.list1 li.first {
	padding-top: 0px;
	background: none;
}

/** LINKS */

a {
	color: #C7F5FF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	width: 100px;
	height: 24px;
	padding-top: 6px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
	color: #C7F5FF;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

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

.bg2 {
	background: url(../images/subpage04.jpg) no-repeat left top;
}

.bg3 {
	background: url(../images/subpage05.jpg) no-repeat center top;
}

/** MISC */

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

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

img {
	border: none;
}

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

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

.image {
	float: right;
	margin: 0px 0px 10px 10px;
	border: 3px solid white;
	padding: 2px;
}

hr {
	display: none;
}

.hr1 {
	height: 1px;
}
