.page {
	background-color: #ffffff;
	background-repeat: repeat;
}
.border {
	border: 3px solid #FF0000;
}
.blue {
	color: #000066;
}
.italic {
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
a:link {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-decoration: underline;
}
h1 {
	font-size: 225%;
	font-weight: bold;
	color: #000066;
}
.commentary {
	font-size: 85%;
	color: #FF0000;
}

.bulletcheck {
	list-style-position: inside;
	list-style-image: url(../images/check.jpg);
	list-style-type: circle;
	font-weight: bold;
	color: 000066;
	font-size: 16px;
}
.underline {
	text-decoration: underline;
}
.borderthin {
	border: 1px solid #FF0000;
}
.redtextitalic {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.starbullet {
	font-size: 17px;
	font-weight: bold;
	color: #000066;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
}
.text {
	font-size: 18px;
	color: #000066;
	font-weight: bold;

}
.tenreasons {
	font-size: 150%;
	font-weight: bolder;
	color: #FF0000;
}
.tenreasonsCopy {

	font-size: 105%;
	font-weight: bolder;
	color: #FF0000;
}
.orderlist {

	font-size: 18px;
	font-weight: bold;
	color: #000066;
	list-style-position: outside;
	list-style-type: none;
}
.starbulletred {

	font-size: 17px;
	font-weight: bold;
	color: #FF0000;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
	list-style-type: disc;
}
.italicred {
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.strikethrough {
	text-decoration: line-through;
	font-style: normal;
	color: #000000;
}
.reduced {
	font-size: 18px;
	font-weight: bold;
	color: #FF0101;
}
.imgl {
	float: left:
	margin: 5px;
}