/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x 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: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

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

.text1 {
	width: 166px;
	height: 21px;
	padding: 11px 0px 0px 16px;
	background: url(images/homepage05.gif) no-repeat left top;
	font-size: 11px;
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 10px;
	font-size: 11px;
}

.text3 {
	text-align: center;
	color: #A1A1A1;
}

.text4 {
	width: 166px;
	height: 21px;
	padding: 9px 0px 0px 16px;
	font-size: 11px;
	color: #FFFFFF;
}


/** LISTS */

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

.list1 li {
	display: inline;
}

.list1 a {
	display: block;
	width: 166px;
	height: 22px;
	padding: 8px 0px 0px 16px;
	background: url(images/homepage06.gif) no-repeat left top;
	text-decoration: none;
	color: #434343;
}

.list1 a:hover {
	text-decoration: underline;
}

.list1 .last a {
	margin-bottom: 10px;
	background-image: url(images/homepage07.gif);
}

.list2 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.list2 li {
	display: inline;
}

.list2 a {
	display: block;
	width: 218px;
	height: 21px;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 0px 15px;
	background: url(images/homepage11.gif) no-repeat left top;
	color: #434343;
}

/** LINKS */

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
}

.link1 {
	color: #7A7B7B;
}

.link2 {	
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link3 {
	display: block;
	height: 20px;
	padding: 5px 0px 0px 20px;
	background: url(images/homepage19.jpg) no-repeat left top;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage03.gif) repeat-x left top; }
.bg2 { background: url(images/homepage20.gif) repeat-x 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 {
	height: 1px;
}

