/** BASIC */

body  { background: #00c9f6 url(images/bg01.jpg) repeat-x left top; margin: 0; padding: 0 }

/** FORMS */

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

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4DDD0;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

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

.text2 em  { background: url(images/homepage07.jpg) left top; padding: 1px 5px }

.text3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #AA3E00;
}

.text4 {
	color: #6A7175;
}

.text5 {
	text-align: center;
	color: #E6F6FA;
}

/** LISTS */

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

.list1 a {
	color: #BF4600;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.link1  { background: #ffffff url(images/homepage10.gif) no-repeat right center; display: block; padding: 3px 10px }

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1  { background: url(images/bg04.jpg) no-repeat left top }
.bg2  { background: url(images/bg02.jpg) no-repeat left top }
.bg3  { background: url(images/bg03.jpg) no-repeat left top }
.bg4  { background: url(images/bg04.jpg) no-repeat left top }
.bg5  { background: url(images/bg05.jpg) no-repeat left top }
.bg6  { background: url(images/bg06.jpg) no-repeat left top }
.bg7  { background: url(images/bg07.jpg) no-repeat left top }
.bg8  { background: url(images/bg08.jpg) no-repeat left top }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1  { background: url(images/homepage08.jpg) repeat-x left top; margin-bottom: 15px; height: 1px }

/** SCROLLERS */

.scroller {
	padding: 45px 35px 0px 35px;
	overflow: auto;
}