/** BASIC */

body {  
        width:  100%;
        margin: 0px;
	padding: 0px;
	background: #ffffff url(images/homepage0001a.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 Lucida Sans Unicode, "Times New Roman", Times,sans-serif;
	color: #338c02;
}

p, blockquote {
	margin-top: 0px;
	line-height: 18px;
}

.text1 {
	margin-bottom: 5px;
	font: bold 13px Lucida Sans Unicode, "Times New Roman", Times,sans-serif;
	text-transform: uppercase;        
}

.text2 {
        margin-bottom: 5px;
        font: bold 14px Lucida Sans Unicode, "verdana", Times,sans-serif;
	font-size: 14px;
	font-weight: bold;
        
}

.text3 {
	margin-right: 5px;
	padding: 2px 5px;
	background-color: #008080;
	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: #338c02;
}

a:hover {
	text-decoration: none;
       
}       

a.link1 {
	display: block;
        font-size: 12px;
	width: 108px;
	padding: 3px 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

a.link1:hover {
	background: url(images/homepage04a.gif);
	color: #FFFFFF;
}
a.link2 {
	 color: #495619;	 
 
	
}

a.link2:hover {
	
	color: #338c02;
}
/** BACKGROUNDS */

.bg1 {  background: #ffffff url(images/homepage0001a.jpg) repeat-x;

}
   

.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);
}


