body {
	background-image: url(images/background2.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.textheader {	font-family: "Trebuchet MS", Arial;
	font-size: 24px;
	color: #1971a2;
}.maintext {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	
}
.maintextnospace {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/sunflower.gif);
}
.divider {
	background-image: url(images/divider.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.*  {
margin-top: 0 px;
}
a:link {
	color: #1971B2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1971B2;
}
a:hover {
	text-decoration: underline;
	color: #9ADA5A;
}
a:active {
	text-decoration: none;
	color: #1971B2;
}
