body, p, td {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #373535;
}

p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: .7em;
}

a {
	color: #006da8;
	text-decoration: none;
	
}
a:hover {
	color: #118de0;
	text-decoration: underline;
}

a.specialLink {
	caption: Special Link;
	visible: true;
	color: #0099ff;
	text-decoration: none;
}
a.specialLink:hover {
	visible: false;
	text-decoration: underline;
}

h1 {
	font-family: arial narrow, arial, helvetica;
	font-weight: bold;
	font-size: 185%;
	color: #282828;
	margin: 0px;
	padding: 0px;
	margin-bottom: .1em;
}
h2 {
	font-weight: bold;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}
h3 {
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
	color: #888686;
}

div.hr {
	visible: false;
	background-color: #dbdbd9;
	height: 1px;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.bigText {
	caption: Feature Text;
	visible: true;
	font-family: arial narrow, arial, helvetica;
	line-height: 1em;
	font-size: 165%;
}

ul {
	list-style-image: url("images/spacer.gif");
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul li {
	background-image: url("images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 8px;
	padding-bottom: .2em;
}

img.leftImage {
	caption: Image - left aligned;
	visible: true;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.rightImage {
	caption: Image - right aligned;
	visible: true;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

table.contentTable {
	visible: true;
	caption: Content Table;
	visibility: visible;
	border-collapse: collapse;
}
table.contentTable th {
	visible: false;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	background-color: #888686;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	border: solid 1px #ffffff;
	border-bottom: solid 3px #ffffff;
}
table.contentTable td {
	visible: false;
	background-color: #e6e6e2;
	border: solid 1px #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
}
.contentTable td.darkCell {
	visible: true;
	caption: Content Table - Dark Cell;
	background-color: #cfcfcc !important;
	padding-top: 5px !important;
	padding-bottom: 4px !important;
	font-weight: bold;
}
.contentTable td.lightCell {
	visible: true;
	caption: Content Table - Light Cell;
	background-color: #f3f3f1 !important;
	padding-top: 3px !important;
	padding-bottom: 5px !important;
}
td.thirdColumnBox {
	visible: true;
	caption: Third Column Dark Box;
	background-color: #cfcfcc;
	padding: 10px;
}


table.homepageSplit {
	caption: Homepage Table;
	visible: true;
	width: 100%;
	background-color: #eeeeee;
	margin-top: 25px;
}

table.homepageSplit td {
	visible: false;
	width: 50%;
	padding-left: 14px;
	padding-top: 11px;
	padding-right: 8px;
	padding-bottom: 10px;
}
table.homepageSplit td h1 {
	visible: false;
	font-weight: normal;
	font-size: 140%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 6px;
}

span.backToTop {
	visible: false;
	float: right;
	font-weight: normal;
}
span.backToTop a {
	visible: false;
}

a.bigLink {
	caption: Big Link;
	visible: true;
	font-size: 130%;
}

ul.linkList {
	visible: true;
	caption: Anchor List;
}
ul.linkList li {
	visible: false;
	background-image: url("images/bullet-links.gif");
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 9px;
	padding-bottom: .6em;
}

.customBoxTable {
	visible: false;
	width: 100%;
	background-color: #e6e6e2;
	margin-top: 5px;
	margin-bottom: 10px;
}
.customBoxTable th {
	visible: false;
	font-weight: bold;
	text-align: left;
	background-color: #cfcfcc;
	
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 4px;
	padding-right: 15px;
}
.customBoxTable th p {
	visible: false;
	margin: 0px;
	padding: 0px;
}
.customBoxTable td {
	visible: false;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
}

table.contentImageLeft {
	caption: Table Image w/Caption (Left);
	margin-right: 13px;
	margin-bottom: 13px;
	float: left;
	
	background-color: #e6e6e2;
	padding: 9px;
}
table.contentImageRight {
	caption: Table Image w/Caption (Right);
	margin-left: 13px;
	margin-bottom: 13px;
	float: right;

	background-color: #e6e6e2;
	padding: 9px;
}

table.contentImageLeft td,
table.contentImageRight td {
	visible: false;
	font-size: 10px;
	line-height: normal;
}
table.contentImageLeft td p,
table.contentImageRight td p {
	visible: false;
	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;
}
