@charset "utf-8";
@import url("../website/styles09.css");
.body-text
{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: 100;
			color: #000000;
			line-height: 25px;
			text-align: left;
}


.Standout-text {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 24px;
			font-weight: bold;
			color: #CCFFFF;
			background-color: #006600;
			background-position: center;
			border: thin groove #006600;
			text-align: center;
}
.Bullet-points {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(images/bullet.png);
	line-height: 25px;
}
.strong-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #006633;
}
.special-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}
.alt-bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 100;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}

.body-text-justify
{
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: 100;
			color: #000000;
			line-height: 25px;
			text-align: justify;
}

#form1 {
  color: #000;
  background:#EFE3C2;
  width:200px;
  padding: 10px;
  display:none;
}

#form2 {
  color: #000;
  background:#D9EFC2;
  width:200px;
  padding: 10px;
  display:none;
}

#form3 {
  color: #000;
  background:#C2E7EF;
  width:200px;
  padding: 10px;
  display:none;
}
