/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #7F945B url(images/homepage01.jpg) repeat-x;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
        
}

ul.a {list-style-type: square; margin: 15px;}
li {list-style-type: square;}
}

ul.b {list-style-type: square; margin:15px, align: center;}
li {list-style-type: square; 
}


/** TEXTS */

body, th, td, textarea1{
	font: 14px Georgia, "Times New Roman", Times,sans-serif;
	color: #FFFFFF;
}

p, blockquote {
	margin-top: 0px;
	line-height: 18px;
}

.text1 {
	margin-bottom: 5px;
	font: bold 13px Georgia, "Times New Roman", Times,sans-serif;
	text-transform: uppercase;        
}

.text2 {
        margin-bottom: 5px;
        font: bold 15px Georgia, "Times New Roman", Times,sans-serif;
	font-size: 14px;
	font-weight: bold;
        
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #FFFFFF;
	color: #858585;
        
}

.text4 {
	padding: 2px 5px;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #808577;
}

.text5 {
	text-align: center;
	color: #C1D1AD;
}

}

.text6 {
	text-align: center;
	color: #00807f;
}

}

.text7 input, textarea , select{
        text-align: left;
	color: #000000;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	display: block;
	width: 96px;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #669999;
}

a.link1:hover {
	background: url(images/homepage04a.gif);
	color: #FFFFFF;
}

/** BACKGROUNDS */



.bg2 {
	background: url(images/homepage08.gif) repeat-y left top;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 15px;
}

hr { display: none; }

.hr1 {
	height: 2px;
	background: url(images/homepage06.gif);
}
