body, td {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #515151;
}

p {
	margin-top: 0px;
	margin-bottom: .9em;
}

h1 {
	visible: true;
	caption: Page Title;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #384b8e;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	line-height: normal;
}

h2,
h2 a {
	visible: true;
	caption: Header;
	font-size: 14px;
	font-weight: normal;
	color: #384b8e;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	line-height: normal;
	text-decoration: none;
	cursor: default;
}
h2 a:hover {
	text-decoration: none;
	cursor: default;
}

h3 {
	visible: true;
	caption: Sub Header;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	line-height: normal;
}

a {
	color: #5694ce;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.contentCalloutTabs,
.contentCalloutPadding,
.contentCallout {
	visible: false;
	background: url("images/content-diagonal-blue.gif");
	width: auto;
	* width: 100%;
}
.contentCalloutPadding {
	padding: 10px;
}

.contentCalloutTabs {
	padding-left: 12px;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
}

.contentCalloutBox {
	visible: false;
	background-color: #ffffff;
	border: solid 1px #e2e2e2;
	padding: 19px;
}
.contentCalloutBox2 {
	visible: false;
	background-color: #ffffff;
	border: solid 1px #e2e2e2;
	padding: 19px;
	width: 50%;
}


span.hr {
	visible: false;
	display: block;
	background-color: #e2e2e2;
	margin-top: 4px;
	margin-bottom: 4px;
}

p.introCopy {
	visible: true;
	caption: Intro Copy;
	font-size: 12px;
	color: 384b8e;
}

.grayBox {
	visible: false;
	background-color: #ededed;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 3px;
}

img.leftImg {
	visible: true;
	caption: Image - Left Aligned;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


img.rightImg {
	visible: true;
	caption: Image - Right Aligned;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


table.captionTableRight {
	caption: Table: Caption - Right;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 1px;
	border: solid 1px #e0e0e0;
	padding: 10px;
}

table.captionTableLeft {
	caption: Table: Caption - Left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 1px;
	border: solid 1px #e0e0e0;
}

table.captionTableRight td,
table.captionTableLeft td {
	visible: false;
	font-size: 10px;
}

table.captionTableRight td p,
table.captionTableLeft td p {
	visible: false;
	margin: 0px;
	padding: 0px;
}

table.captionTableRight td img,
table.captionTableLeft td img {
	visible: false;
	margin-bottom: 4px;
}

ul {
	visible: false;
	margin-top: 0px;
	margin-bottom: .9em;
	padding-top: 0px;

	margin-left: 8px;
	* margin-left: 0px;
	padding-left: 8px;
	
	list-style-image: url("images/bullet-plain.gif");
}
ul li {
	margin-top: 3px;
}

ol {
	visible: false;
	margin-top: 0px;
	margin-bottom: .9em;
	padding-top: 0px;

	margin-left: 8px;
	* margin-left: 14px;
	padding-left: 8px;
}

ul.linklist {
	visible: true;
	caption: Link List;
	list-style-image: url("images/bullet.gif");
	margin-left: 8px;
	padding-left: 8px;
	* padding-left: 0px;
}
ul.linkListWIthLines {
	visible: true;
	caption: Link List With Lines;
	list-style-image: url("images/bullet.gif");
	margin-left: 8px;
	padding-left: 8px;
	* padding-left: 0px;
}

ul.linkListWIthLines li,
ul.linkList li {
	visible: false;
	margin-top: 5px;
}

ul.linkListWIthLines li {
	visible: false;
	margin-top: 2px;
	padding-bottom: 3px;
	border-bottom: solid 1px #dcdcdc;
}

p.disclaimer {
	visible: true;
	caption: Disclaimer Text;
	font-size: 10px;
}

table.grayTable {
	visible: true;
	caption: Gray Cell Table;
	width: 100%;
}

td.spacer {
	visible: true;
	caption: Spacer Cell;
	width: 9px;
	background: #ffffff;
	font-size: 1px;
}
tr.spacer {
	visible: true;
	caption: Spacer Row;
	height: 9px;
	background: #ffffff;
	font-size: 1px;
}
tr.spacer td {
	visible: false;
	height: 9px;
	background: #ffffff;
	font-size: 1px;
}
td.gray {
	visible: true;
	caption: Gray Cell;
	background: #ededed;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 17px;
	padding-bottom: 11px;
	vertical-align: top;
}
td.desc {
	visible: true;
	caption: Product Descriptions;
	padding-left: 4px;
}

td.desc h2 {
	font-size: 11px;
	font-weight: bold;
	color: #515151;
	text-transform: uppercase;
}

td.desc p {
	padding: 0px;
	margin: 0px;
}

