/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage08.jpg);
}

/** FORMS */

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

.input1 {
	width: 100%;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

.input2 {
	border: none;
	background: transparent url(images/homepage13.gif) no-repeat right center;
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** HEADINGS */

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

/** TEXTS */

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

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

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

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

.text3 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text4 {
	font-size: 10px;
	font-weight: bold;
	color: #D2D2D8;
}

.text5 {
	font-size: 10px;
	color: #D2D2D8;
}

.text6 {
	font-size: 9px;
	color: #5C747E;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

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

a.link2 {
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	color: #8A9CA6;
}

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

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage09.jpg) repeat-x;
}

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

/** MISC */

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

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

hr { display: none; }

.hr1 {
	height: 2px;
	background: url(images/homepage11.gif) repeat-x;
}


