/** BASIC */

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

/** FORMS */

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

.input1 {
	width: 118px;
	height: 23px;
	background: url(images/homepage16.jpg) no-repeat left top;
	border: none;
}

/** HEADINGS */

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

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8681A7;
}

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

.text1 {
	font-size: 21px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	color: #FF9F00;
}

.text4 {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

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

/** LISTS */

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

.list1 li {
	padding-top: 5px;
}

.list1 a {
	padding-left: 12px;
	background: url(images/homepage15.jpg) no-repeat left center;
}

.list2 {
}

.list2 li {
	padding-top: 5px;
}


/** LINKS */

a {
	color: #FF9F00;
}

a:hover {
	text-decoration: none;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage11.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage19.jpg) repeat-x left top; }

/** MISC */

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

img { border: none; }

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

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

hr { display: none; }

.hr1 {
	height: 1px;
}

.titleA {
	padding: 0px 0px 20px 13px;
	background: url(images/homepage12.jpg) no-repeat left bottom;
}

.titleB {
	padding: 0px 13px 20px 0px;
	background: url(images/homepage13.jpg) no-repeat left bottom;
	text-align: right;
}

.content {
	padding: 10px 15px;
}