.highlight {
	background-color: #FFFF99;
}

/* If you want to highlight a section of text, you can place it within
a div with the box class applied. This will put the contents within
a block with a light gray background and a thin dashed line around it. */

.TestimonialTagline {
	font-style: italic;
	text-align: right;
}

.TestimonialText {
	border: 1px dashed #666666;
	padding: 5px 10px;
	background-color: #CCCCCC;
}

.TestimonialPicture {
	border: 5px #c2c2c2 double;
	margin-bottom: 8px;
}

.TestimonialQuote {
	font-size: 14pt;
}

.YellowBulletList {
	list-style-position: outside;
	padding-left: 0px;
	list-style-type: none;
	background-color: #99FF00;
	list-style-image: url(/images/YellowArrowBullet.gif);
	padding-bottom: 2%;
	padding-right: 20px;
}

.CheckmarkBulletList {
	list-style-position: outside;
	padding-left: 0px;
	list-style-type: none;
	background-color: #FFFF99;
	list-style-image: url(/images/checkmark.gif);
	padding-bottom: 2%;
	padding-right: 20px;
	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
}

.CheckmarkBulletPlain {
	list-style-position: outside;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url(/images/checkmark.gif);
	padding-bottom: 2%;
	padding-right: 20px;
	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
}

.GreenArrowBullet {
	list-style-position: outside;
	padding-left: 0px;
	list-style-type: none;
	list-style-image: url(/images/green_arrow.gif);
	padding-bottom: 2%;
	padding-right: 20px;
	vertical-align: top;
	clip: rect(auto,auto,auto,auto);
}

.withbars {
	background-color:beige;
	font-size:large;
	font-weight:bold;
	margin-top:20px;
	margin-botton:2px;
	padding:3px 10px 3px 10px;
	text-transform: capitalize;
	COLOR: #000000;
	padding-left : 5%;
	padding-right : 5%;
	padding-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #849E5F;
	border-bottom-color: #849E5F;
}

.pullquote {
	width: 145px;
	background:gold;
	color:black;
	float: right;
	border:1px solid maroon;
	font-weight:bold;
	line-height:140%;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
}

.nounderline {
	text-decoration: none
}

.dashedTable {
	border: medium dashed #FF0000;
}

.dashedTableBlack {

	border: medium dashed #000000;
}
