/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F1F3EC;
}

/** FORMS */

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

/** HEADINGS */

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

h1{
	font-size:200%;
	margin-bottom:10px;
	}
	
h2{
	font-size:130%;
	}
	
h3{
	color:#71B93B;
	}
	
/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #606060;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 1.7em;
}

.text1  {
	font-size: 120%;
	font-weight: bold;
	color: #71B93B;
}

.text1 a {
	font-weight: bold;
	color: #71B93B;
}

.text2 {
	padding: 3px 0px;
	/*background-color: #F1F3EC;*/
	font-size: 90%;
	font-weight: bold;
	color: #808577;
}

.text3 {
	padding: 3px 0px;
	background-color: #FFFFFF;
	font-size: 60%;
	color: #808577;
}

.text4 {
	font-size: 9px;
}

/** LINKS */

a {
	color: #71B93B;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	text-decoration: none;
	text-transform: lowercase;
	font-size: 10px;
	color: #FFFFFF;
}

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

/** STYLES */

.style1 {
	font-size: 9px;
	color: #7E7E7E;
}

.style1 a {
	color: #7E7E7E;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background: url(images/homepage11.gif);
}

.bg2 {
	background: url(images/homepage12.gif) no-repeat right bottom;
}

/** MISC */

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

img{
	border:none;
	}

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

hr { display: none; }

.hr1 {
	height: 1px;
	background: url(images/homepage14.gif);
}

ul {
	list-style:square;
	}