/* Naturalia CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4D8544;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #A2B83A;
}

/* font for main text */

.style2 {
		font-family: Arial, Helvetica, sans-serif;
		color: #999999;
		font-size:13px;
		font-style:normal;
		font-weight:lighter;
		}
		
/* font for explantaions plants*/

.style3{
		font-family: arial;
		color: #666666;
		font-size: 12px;
		font-weight:lighter;	
}
/* font for welcome letter */

.style4{
		font-family: arial, sans;
		font-size:13px;
		color:#999999;
		font-weight:lighter;
}

/* font for footer */	
	
.style6 {
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		font-size:10px;
	
		} 
		
/* font for header on white */
		
.style7 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size:9px;
		font-weight:lighter;
		letter-spacing:normal;
		}
		
body,td,th {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 13px;
			}
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	 }


