/* CSS Document */

.style1 {
	color: #3c1f02;
	font-size: 11px;
	font-family: tahoma;
	padding-left:25px;
}

.style2 {
	color: #FFFFFF; text-decoration:none
}

.style3 {
	color: #3c1f02;
	font-size: 12px;
	font-weight: bold;
	font-family: tahoma;
}

h1 {
	color: #3c1f02;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma;
	padding-left:25px;
}

h1.noImg {
	color: #3c1f02;
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma;
	padding-left:0px;
}



h2 {
	color: #3c1f02;
	font-size: 14px;
	font-weight: bold;
/*	font-style: italic;		*/
	font-family: tahoma;
/*	padding-left:25px;		*/
}

li {
	list-style: url(images/flower.jpg) circle outside;
	margin: 0,0,10px,0;
	font-family: tahoma;
	color: #3c1f02;
	font-size: 11px;
/*	margin: 0,0,0,-23px;		*/
}

li ul li {
	list-style: url(images/flower.jpg) circle outside;
	margin: 0,0,0,-12px;
}

a:link, a:hover, a:active, a:visited {
	color: #F9F0D1;
}

a:hover {
	text-decoration: none;
}

















