@charset "iso-8859-1";
/* Presentation Stylesheet */ 
a:link { 
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
a:active {
	color: #333333;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
h3 {
 margin:0;
 padding:0px;
 font-size: 1.2em;
 color: #000;
 font-weight: normal;
 }


h4 {
 margin:0; 
 padding: 5px 0;
 }
 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration:underline;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

p {

	margin-top:0;
		margin-bottom:0;
 		padding:2px;
	}
p:first-letter {
	font-weight: normal;
	color: #000;
}
.header {
	font-style: italic;
	font-size:1em;
	text-align:center;
	padding-bottom:0px;
}

h2:first-letter  {
	color: #008000;
	font-size: 130%;
	font-weight: normal;

}
h3:first-letter  {
	color: #008000;
		font-size: 130%;
	font-weight: normal;

}

.bullets {
	
}
.bullets ul
{
list-style-type: none;
list-style-image:none;
list-style-position:outside;
padding: 0;
margin: 0; }

.bullets li
{
background-image: url(images/leaf-transparent.gif);
background-repeat: no-repeat;
background-position: 30px 5px;
padding-left: 50px;
line-height:1.7em;
text-align:left; }
.textc {
	text-align:center;
}

.rt {
	text-align:right
}
.floatr {
	float:right
}
.floatrpad {
	float:right;
	margin-left:7px;
}

.floatl {
	float:left
}
.links a:link { 
	color: #333333;
	}
.links a:visited {
	color: #333333;
	}
.links a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}
.links a:active {
	color: #333333;
	}
.la {
	text-align:left;
}