﻿/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

img {
	border:0px;
}
/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 107px;
	font-size: 9px;
	color: #979DA2;
}

/** 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: #979DA2;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	text-align: right;
	font-size: 11px;
	color: #FFFFFF;
}

.text2 {
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
}

.text3 {
	font-size: 11px;
	font-weight: bold;
	color: #6C7176;
}
.text4 {
	font-size: 10px;
	color: #FF8500;
	text-align: justify;
}

.text5 {
	font-size: 10px;
	color: #979DA2;
	text-align: right;
}

.text6 {
	text-align: right;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}


/** LINKS */

a {
	color: #FF8500;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	font-size: 10px;
	color: #979DA2;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	display: block;
	padding: 6px 17px 9px 0px;
	background: url(images/homepage08.gif) no-repeat;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

a.link4 {
	display: block;
	padding: 6px 17px 9px 0px;
	background: url(images/homepage09.gif) no-repeat;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	color: #FFFFFF;
}

a.link2:hover {
	background: url(images/homepage09.gif) no-repeat;
}

/** STYLES */

.style1 {
	font-size: 9px;
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif) repeat-x;
}

.bg2 {
	background: url(images/homepage12.gif) repeat-x;
}

.bg3 {
	background: url(images/homepage28.gif) repeat-x;

}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-left: 15px;
}

.img3 {
	float: middle;
	margin-right: 2px;
	margin-top: 80px;
}

.img4 {
	float: middle;
	margin-right: 2px;
	margin-left: 100px;
	margin-top: 80px;
}

hr { display: none; }

.hr1 {
	height: 5px;
	background: url(images/homepage12.gif) repeat-x;
}

.hr2 {
	height: 2px;
	background: url(images/homepage16.gif);
}