/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #2F9C8C url(images/bg01.jpg) repeat left top;
}
#Layer1 {
	position:absolute;
	width:156px;
	height:115px;
	z-index:1;
	left: 655px;
	top: 135px;
}
/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, 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 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text1 a {
	color: #FFFFFF;
}

.text2 {
	padding: 2px 3px;
	background: url(images/homepage11.gif) repeat left top;
	font-style: normal;
	color: #666666;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
}

.text5 {
	font-size: 14px;
	text-align: center;
}
.text7 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
.text14 {
	color: #FFB701;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}
/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 9px;
}

.style1 a {
	font-weight: bold;
}

.style1 a:hover {
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style3 {font-size: 16px
}
.style5 {
	font-size: 14px;
	text-align:left;
}
.style6 {color: #FF0000
}
.style7 {font-size: 16px; font-weight: bold; text-align: center; color: #FB9147;
}
.style8 {font-size: 16px; font-weight: bold; color: #FB9147;
}
.style9 {color: #000000}
.style10 {color: #FFFFFF}
.style11 {font-size: 12px}
.style12 {color: #FFB701}
/** BACKGROUNDS */

.bg1 { background: url(images/bg02.jpg) repeat left top; }
.bg2 { background: url(images/bg03.jpg) no-repeat left top; }
.bg3 { background: url(images/bg04.jpg) no-repeat left top; }

/** MISC */

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

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

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

.hr1 {
	height: 1px;
}

