body {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
}
td, p {
	font-family: arial, helvetica, sans serif;
	font-size: 11px;
	line-height: 15px;
	color: #535353;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #05a5ee;
}
a:hover {
	text-decoration: underline;
}

.horizontalRule {
	visible: false;
	background: url("images/hr.gif");
	margin-bottom: 16px;
}

H1 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}
H2 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #006da8;
	margin-bottom: 5px;
}
H3 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #535353;
}
H4 {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6f6f6f;
}
.specialText {
	caption: Special Text;
	color: #00869b;
}

.graybox H1 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}

ul li {
	background: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 6px;
}

img.contentImageLeft {
	caption: Content Image (Left);
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
}
img.contentImageRight {
	caption: Content Image (Right);
	margin-left: 13px;
	margin-bottom: 13px;
	float: right;
}

table.contentImageLeft {
	caption: Table Image w/Caption (Left);
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
	
	background-color: #00869b;
	padding: 4px;
}
table.contentImageRight {
	caption: Table Image w/Caption (Right);
	margin-left: 13px;
	margin-bottom: 13px;
	float: right;

	background-color: #00869b;
	padding: 4px;
}

table.contentImageLeft td,
table.contentImageRight td {
	visible: false;
	color: #ffffff !important;
	font-size: 10px;
	line-height: normal;
}
table.contentImageLeft td p,
table.contentImageRight td p {
	visible: false;
	color: #ffffff !important;
	font-size: 10px;
	line-height: normal;
	margin-bottom: .7em;
}
table.contentImageLeft td img,
table.contentImageRight td img {
	visible: false;
	margin-bottom: 8px;
	line-height: normal;
}
