/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FBFBFB;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	color: #656666;
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
	line-height: 1.2em;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #4B7020;
}

.text2 {
	font-size: 11px;
	font-weight: bold;
}

/** LINKS */

a {
	color: #D45400;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #55713E;
}

a.link2 {
	text-decoration: none;
	font-size: 10px;
	color: #858585;
}

a.link2:hover {
	text-decoration: underline;
}
	

/** STYLES */

.style1 {
	color: #A3A3A3;
}

.style1 a {
	color: #A3A3A3;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage01.gif) repeat-y center top;
}

.bg2 {
	background: url(images/homepage02.gif) no-repeat center top;
}

.bg3 {
	background: url(images/homepage03.gif) repeat-y left top;
}

.bg4 {
	background: url(images/homepage06.gif) repeat-y left top;
}

.bg5 {
	background: url(images/homepage08.jpg) no-repeat;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin: 15px 0px;
	background: url(images/homepage22.gif) no-repeat center center;
}
