/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.inpu1 {
	width: 130px;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #818080;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.2em;
}

.list1 {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	line-height:180%;
}

.text1 {
	color: #9AAFC9;
}

.text2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF7E00;
}

.text3 {
	font-size: 11px;
	color: #616161;
}

.text4 {
	font-size: 11px;
	color: #FF9C00;
}

.text5 {
	font-size: 10px;
	font-weight: normal;
	color: #59A7FF;
}

.text6 {
	font-size: 10px;
	line-height: 1.1em;
}

.text7 {
	font-size: 14px;
	font-weight: bold;
	color: #0AA6F7;
}

.text8 {
	text-align: center;
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #85A5D3;
}

.text9 {
	text-align: right;
	font-weight: bold;
}

/** LINKS */

a {
	color: #0AA6F7;
}

a:hover {
	text-decoration: none;
}

a.link1 {
}

a.link2 {
}

/** STYLES */

.style1 {
	text-align: center;
	font-size: 10px;
	color: #6E6E6E;
}

.style1 a {
	color: #6E6E6E;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(../images/homepage09.jpg) repeat-x;
}

.bg2 {
	background: #FFFFFF url(../images/homepage13.gif) repeat-x;
}

.bg3 {
	background: url(../images/homepage14.gif) repeat-y;
}

.bg4 {
	background: url(../images/homepage15.gif) no-repeat left top;
}

.bg5 {
	background: url(../images/homepage16.gif) no-repeat;
}

.bg6 {
	background: url(../images/homepage18.gif) repeat-y;
}

.bg7 {
	background: url(../images/homepage23.gif) repeat-y;
}

.bg8 {
	background: url(../images/homepage24.gif) repeat-y;
}

.bg9 {
	background: url(../images/homepage32.gif) repeat-x;
}

/** MISC */

.align-justify { text-align: justify; }

img { border: none; }

.img1 {
	float: left;
	margin-right: 15px;
}

.img2 {
	float: right;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 25px 0px;
	background: url(../images/homepage28.gif) no-repeat center;
}

