/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/img9.jpg) no-repeat center top;
	padding-top: 30px;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "ff-scala-web-1","ff-scala-web-2";
	font-size: 16px;
	color: #333333;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

i{
	font-style: italic;
}
/** LINKS024F49 */

a {
	color: #71af40;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	color: #676767;
}

.text1 {
	font-weight: bold;
	text-transform: capitalize;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #E7E7E7;
}

.text2 {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	height: 30px;
	background: url(images/img6.jpg) no-repeat right top;
	padding-left: 15px;
	color: #FFFFFF;
}

.text25 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	background: url(images/img7.jpg) no-repeat right top;
	padding-left: 15px;
	color: #FFFFFF;
}

.text3 {
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	background: url(images/img7.jpg) no-repeat right top;
	padding-left: 15px;
	color: #FFFFFF;
}

.text4 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #585858;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #A1A1A1;
}

.text6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
}

.text7 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: underline;
	color: #000000;
}

.footertext {
	font-size: 8px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000000;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-bottom: 1em;
	background: url(images/img8.gif) no-repeat left;
	padding-top: -1em;
	padding-left: 10px;
	color: #000000;
}

.bg1 {
	background: url(images/img3.jpg) repeat-y left top;
}

.bg2 {
	border-bottom: 1px solid #C6C6C6;
}

.bg3 {
	border-top: 4px solid #C6C6C6;
}

/** 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;
}

